/* { dg-do compile } */ /* { dg-options "-O2" } */ struct S0 { S0 () { } }; struct S1 { S1 () { } }; S0 s0; S1 s1;