1 2 3 4 5 6 7 8 9
// PR c++/47041 // { dg-options "-std=c++0x -fno-elide-constructors" } struct S { int i; }; S s = S ();