diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/pch/macro-1.h')
-rw-r--r-- | gcc/testsuite/gcc.dg/pch/macro-1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/pch/macro-1.h b/gcc/testsuite/gcc.dg/pch/macro-1.h new file mode 100644 index 00000000000..5d5b3f4ca65 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pch/macro-1.h @@ -0,0 +1,2 @@ +#define DEFINED_VALUE 3 +#define DEFINED_PARAM(x) (x+1) |