1 // { dg-do assemble  }
2 // { dg-options "-O2" }
3 
f()4 void f ()
5 {
6   struct Init {
7     Init () {
8     }
9   };
10 }
11