Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / scalar-by-value-3_main.c
blob307e6ccb67e4c80f6b3b1660b2e98afee104cada
1 /* Test passing scalars by value. This test includes _Complex types
2 whose real and imaginary parts can be used in variable-length
3 argument lists. */
5 extern void scalar_by_value_3_x (void);
6 extern void exit (int);
7 int fails;
9 int
10 main ()
12 scalar_by_value_3_x ();
13 exit (0);