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