1 /* Test structures passed by value, including to a function with a
2 variable-length argument lists. All struct members are of type
4 /* { dg-skip-if "Program too big" { "avr-*-*" } } */
5 /* { dg-skip-if "limited code space" { pdp11-*-* } } */
7 extern void struct_by_value_17_x (void);
8 extern void exit (int);
14 struct_by_value_17_x ();