1 /* Test structures passed by value, including to a function with a
2 variable-length argument list. Tested structs end with double.
3 This test was written in response to a layout change for such
4 structs for powerpc64-linux that breaks compatibility between
7 extern void struct_by_value_20_x (void);
8 extern void exit (int);
14 struct_by_value_20_x ();