Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / abi / bitfield7.C
blobb5b656ffa477b200798865c7f22cbe0f2b58edf0
1 // { dg-do compile }
2 // { dg-options "-Wabi -fabi-version=1" }
4 union U { // { dg-warning "ABI" }
5   int i: 4096; // { dg-warning "exceeds" }
6 };