OSDN Git Service

PR tree-optimization/52019
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / undef-opt-1.c
1 /* Test -undef.  A bug in its handling broke glibc builds because
2    "linux" was wrongly defined.  */
3 /* { dg-do preprocess } */
4 /* { dg-options "-undef" } */
5
6 #ifdef linux
7 #error -undef broken
8 #endif