Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / compat / struct-align-2_main.c
blobb1dece1b7294b248e1f95f6caf7a87cee57d82da
1 /* Test compatibility of structure layout and alignment for a struct
2 containing an int and a long long, with various combinations of
3 packed and aligned attributes. The struct is from the Linux kernel. */
5 extern void struct_align_2_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 struct_align_2_x ();
13 exit (0);