diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/import2.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/import2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/import2.h b/gcc/testsuite/gcc.dg/cpp/import2.h new file mode 100644 index 000000000..c6a0fa597 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/import2.h @@ -0,0 +1,4 @@ +#ifdef BUG +#error Should not happen! +#endif +#define BUG |