Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / cpp / mac-dir-2.c
blobb574cfd71cf758a76f0027f2e243f73a6ec327ac
1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Source: Neil Booth, 26 Feb 2002.
7 Test that we allow directives in macro arguments. */
9 /* { dg-do preprocess } */
11 #define f(x) x
13 f (
14 #if 1 /* { dg-warning "not portable" } */
16 #endif