1 /* Test structures passed by value, including to a function with a
2 variable-length argument list. All struct members are scalar
3 integral types, and the structs are "small": 1, 2, 4, 8, and 12
6 extern void struct_by_value_3_x (void);
7 extern void exit (int);
13 struct_by_value_3_x ();