rt_gccstream/gcc/testsuite/g++.old-deja/g++.other/local2.C

11 lines
103 B
C

// { dg-do assemble }
// { dg-options "-O2" }
void f ()
{
struct Init {
Init () {
}
};
}