Sign in
chromium
/
native_client
/
pnacl-gcc
/
pnacl
/
.
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
warn-undef.c
blob: dd4524d8136e4e297c14c6c177f7835663edff1e [
file
] [
log
] [
blame
]
// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" }
#if x // { dg-warning "\"x\" is not defined .-Wundef." }
#endif