1 /* Copyright (C) 2001 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
5 /* Tests that excess tokens in skipped conditional blocks don't warn. */
7 /* Source: Neil Booth, 25 Jul 2001. */
11 #else foo /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
12 #endif foo /* { dg-bogus "extra tokens" "extra tokens in skipped block" } */
13 #endif bar /* { dg-warning "extra tokens" "tokens after #endif" } */