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