Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / compat / struct-layout-1_main.c
blob0a2fb42c79247365adc30a094a2b64727b5a70fd
1 #include "struct-layout-1.h"
3 #define TX(n, type, attrs, fields, ops) extern void test##n (void);
4 #include "struct-layout-1_test.h"
5 #undef TX
7 int main (void)
9 #define TX(n, type, attrs, fields, ops) test##n ();
10 #include "struct-layout-1_test.h"
11 #undef TX
12 if (fails)
13 abort ();
14 exit (0);