diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/macro7.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/macro7.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/macro7.c b/gcc/testsuite/gcc.dg/cpp/macro7.c new file mode 100644 index 000000000..6f2c67c10 --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/macro7.c @@ -0,0 +1,10 @@ +/* { dg-do preprocess } */ + +/* Test we don't complain about directives in macro expansions when + looking for the '(' of a function-like macro. + + Submitter: Neil Booth. 3 Mar 2000. */ + +#define f(x) x +f +#define g |