1 /* Copyright (C) 2002 Free Software Foundation, Inc. */
3 /* { dg-do preprocess } */
4 /* { dg-options "-fno-show-column -Wno-endif-labels" } */
6 /* Tests that -Wno-endif-labels correctly disables the checks done by
7 default (and tested in extratokens.c). */
9 /* Source: Phil Edwards, 21 Mar 2002. Copied from extratokens.c and
14 #else foo /* { dg-bogus "extra tokens" "bad warning" } */
15 #endif / /* { dg-bogus "extra tokens" "bad warning" } */
20 /* ... but in a system header, it's acceptable. */
22 #endif KERNEL /* { dg-bogus "extra tokens" "bad warning" } */