diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/mi1x.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/mi1x.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/mi1x.h b/gcc/testsuite/gcc.dg/cpp/mi1x.h new file mode 100644 index 00000000000..a317cf852bf --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/mi1x.h @@ -0,0 +1,9 @@ +/* This header is never to have its contents visible, but it should + still receive the optimization. */ + +#ifndef MIX_H +#define MIX_H + +#define main wibble + +#endif |