Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / abi / bitfield12.C
blob6cfda5d47df53523f1c84de1b642642c3f30ca8a
1 // { dg-options "-Wabi -fabi-version=1" }
3 struct S { // { dg-warning "ABI" }
4   char c : 1024; // { dg-warning "width" }
5 };