OSDN Git Service

2010-04-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / macro7.c
1 /* { dg-do preprocess } */
2
3 /* Test we don't complain about directives in macro expansions when
4    looking for the '(' of a function-like macro.
5
6    Submitter: Neil Booth. 3 Mar 2000.  */
7
8 #define f(x) x
9 f
10 #define g