aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/warn-undef.c
blob: 2c2c4219e2eba80837c95564540751ba94c7f8b5 (plain)
1
2
3
4
5
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" }

#if x  // { dg-warning "\"x\" is not defined, evaluates to 0 .-Wundef." }
#endif