OSDN Git Service

0a2fb42c79247365adc30a094a2b64727b5a70fd
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / compat / struct-layout-1_main.c
1 #include "struct-layout-1.h"
2
3 #define TX(n, type, attrs, fields, ops) extern void test##n (void);
4 #include "struct-layout-1_test.h"
5 #undef TX
6
7 int main (void)
8 {
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);
15 }