Merge from mainline (gomp-merge-2005-02-26).
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / bitfld5.C
blob2808ae1e2ae44cc1104b2617e18a120103878071
1 // { dg-do assemble  }
2 // { dg-options "-w" }
4 struct S
6   int i : 1756;
7 };