rt_gccstream/gcc/testsuite/gcc.dg/cpp/warn-undef.c

6 lines
155 B
C

// { dg-do preprocess }
// { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" }
#if x // { dg-warning "\"x\" is not defined .-Wundef." }
#endif