OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / warn-undef.c
1 // { dg-do preprocess }
2 // { dg-options "-std=gnu99 -fdiagnostics-show-option -Wundef" }
3
4 #if x  // { dg-warning "\"x\" is not defined .-Wundef." }
5 #endif