blob: 4f86f73a45818aaced1cf34ae3c7ccf58ac1eef3 [file] [log] [blame]
// PR c++/47041
// { dg-options "-std=c++0x -fno-elide-constructors" }
struct S
{
int i;
};
S s = S ();