OSDN Git Service

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