blob: 8238a12ae4bb4f599ddf0c4d50f784ee2957297f [file] [log] [blame]
/* Regression test: #ifdef 0 should not crash. Problem noted by
Jakub Jelinek <jakub@redhat.com>. */
/* { dg-do preprocess } */
#ifdef 0 /* { dg-error "macro names" } */
#endif
#ifndef 0 /* { dg-error "macro names" } */
#endif