Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / execute / bf-layout-1.c
bloba82429ba2088f52eeee412097c7d4731fd50b270
1 struct { long f8:8; long f24:24; } a;
2 struct { long f32:32; } b;
4 main ()
6 if (sizeof (a) != sizeof (b))
7 abort ();
8 exit (0);