/* Test unreachable not defined in for C11. */ /* { dg-do preprocess } */ /* { dg-options "-std=c11 -pedantic-errors" } */ #include #ifdef unreachable #error "unreachable defined" #endif