Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / union-return-1_main.c
blobedf15166b957d639c2ff824dec462d8ae2c73d3d
1 /* Test function return values. This was written when correcting
2 a deviation from the ABI on SPARC64 between 3.3 and 3.4. */
4 extern void union_return_1_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 union_return_1_x ();
12 exit (0);