Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git] / gcc / testsuite / gcc.dg / compat / struct-by-value-16_main.c
bloba6f5ca14cae65117b01ee27ecaadb020f8c39b74
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 float. */
4 /* { dg-skip-if "Program too big" { "avr-*-*" } } */
6 extern void struct_by_value_16_x (void);
7 extern void exit (int);
8 int fails;
10 int
11 main ()
13 struct_by_value_16_x ();
14 exit (0);