Sign in
gnu
/
gcc.git
/
09a3da82125e07da504136841d577f103aa4ea13
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
warn-undef.c
blob: 786fa89563e72c6e76db435ce84cf0ec77d34bc0 [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" }
#if x // { dg-warning "'x' is not defined, evaluates to '0' .-Wundef." }
#endif