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