Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / abi / bitfield10.C
blobdf40fa3f2aa5b171d80cb91cb7b18a3424b0a28e
1 // { dg-options "-w" }
3 struct S {
4   int i : 64;
5 };