2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / compat / abi / bitfield2.h
blob09d64162ff3f423bbd1b94fcc791f7d53d6bd230
1 typedef int Int;
2 typedef signed int SInt;
3 typedef unsigned int UInt;
5 struct A
7 SInt bitS : 1; // signed
8 UInt bitU : 1; // unsigned
9 Int bit : 1; // signedness by -f{signed,unsigned}-bitfields