1 /* Copyright (C) 2000 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Tests expansion of macros whilst skipping false conditionals. */
7 /* Source: Neil Booth, 29 Oct 2000. */
13 F( /* No diagnostic: don't even try to expand it. */
17 #elif TRUE /* Expand this, even though we were skipping. */
19 #error Macros not expanded in #elif
22 /* Check we don't warn about bad identifiers when skipping. */
24 #define foo __VA_ARGS__ /* { dg-bogus "warned about identifier" } */