Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-18_main.c
blob59d8fb61283bce18022641b47e573062c7ed0d32
1 /* Test structures passed by value, including to a function with a
2 variable-length argument lists. All struct members are of type
3 _Complex long double. */
4 /* { dg-skip-if "Program too big" { "avr-*-*" } } */
5 /* { dg-skip-if "limited code space" { pdp11-*-* } } */
7 extern void struct_by_value_18_x (void);
8 extern void exit (int);
9 int fails;
11 int
12 main ()
14 struct_by_value_18_x ();
15 exit (0);