/* Regression test: #ifdef 0 should not crash. Problem noted by Jakub Jelinek . */ /* { dg-do preprocess } */ #ifdef 0 /* { dg-error "macro names" } */ #endif #ifndef 0 /* { dg-error "macro names" } */ #endif