2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-return-2_main.c
blob11a5e5044fc754fb600b18ac2d099cce44f45875
1 /* Test function return values. This test includes scalar types that
2 are not supported by va_arg. */
4 extern void scalar_return_2_x (void);
5 extern void exit (int);
6 int fails;
8 int
9 main ()
11 scalar_return_2_x ();
12 exit (0);