1 /* { dg-prune-output ".*-Wno-abi.*" } */
3 #include "struct-layout-1.h"
5 #define TX(n, type, attrs, fields, ops) extern void test##n (void);
6 #include "struct-layout-1_test.h"
11 #define TX(n, type, attrs, fields, ops) test##n ();
12 #include "struct-layout-1_test.h"