2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.law / bit-fields1.C
blobe101d6aa5240e0a1802eea5864a174e4e9b4a4f1
1 // { dg-do assemble  }
2 // GROUPS passed bit-fields
3 typedef int A;
5 struct B
7     int A : 2;
8 } ;