Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.old-deja / g++.jason / nested6.C
blob2896078387a54d36bf7c64905b4bb484ab69d121
1 // { dg-do assemble  }
2 union A {
3  struct B { };
4  A::B b;                        // { dg-bogus "" } 
5 };