IVOPT performance tuning patch. The main problem is a variant of maximal weight
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-return-1_main.c
blob0a27f5416b1d84157e7077fc83374bd49eba28dd
1 /* Test function return values. This test includes scalar types that
2 are supported by va_arg. */
4 extern void scalar_return_1_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 scalar_return_1_x ();
12 exit (0);