diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/import-1c.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/import-1c.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/import-1c.h b/gcc/testsuite/gcc.dg/pch/import-1c.h new file mode 100644 index 0000000..1c16356 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/import-1c.h @@ -0,0 +1,6 @@ +#pragma once +#ifdef IMPORT_1C +#error import-1c failure +#endif +#define IMPORT_1C + |