2 // { dg-require-effective-target c++11 }
3 // { dg-options "-O -Wuninitialized" }
4 // { dg-skip-if "requires hosted libstdc++ for vector" { ! hostedlib } }
12 std::vector<P2d> clip_area;
14 [[gnu::noinline]] Camera() : clip_area({{border,border}}) { } // { dg-warning "uninitialized" }