diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c b/gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c new file mode 100644 index 000000000..02c885c62 --- /dev/null +++ b/gcc/testsuite/gcc.dg/compat/struct-layout-1_x.c @@ -0,0 +1,5 @@ +/* { dg-options "-w" } */ +#include "struct-layout-1_x1.h" +#include "struct-layout-1_test.h" +#include "struct-layout-1_x2.h" +#include "struct-layout-1_test.h" |