Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.ext / anon2.C
blob6cf16bf241231a0739af623622819f2432e2bdaa
1 // { dg-do assemble  }
2 // { dg-options "" }
4 struct S 
6   S ();
7 };
9 union U {
10   struct { 
11     S s; // { dg-error "" } struct with constructor in union
12   };