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
11