Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / struct-align-1_main.c
blob0b7f27bead0d958cead1b94e222549fef8d95279
1 /* Test compatibility of structure layout and alignment for structs
2 which contain doubles. The original structs here are from PR 10645. */
4 extern void struct_align_1_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 struct_align_1_x ();
12 exit (0);