FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / anon2.C
blob55d68988e5cc04812ded60de0560559004d0aa04
1 // g++ should not complain about anonymous bitfields.
2 // Build don't link:
4 struct A
6   int : 2;       
7 };