Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / compat / scalar-return-3_main.c
blob8f2738be6a242f20befd54c33d9e655dae33ec1b
1 /* Test function return values. This test includes _Complex types
2 whose real and imaginary parts can be used in variable-length
3 argument lists. */
5 extern void scalar_return_3_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 scalar_return_3_x ();
13 exit (0);