aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/warn-undef.c
blob: 786fa89563e72c6e76db435ce84cf0ec77d34bc0 (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