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