2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / if-5.c
blob8238a12ae4bb4f599ddf0c4d50f784ee2957297f
1 /* Regression test: #ifdef 0 should not crash. Problem noted by
2 Jakub Jelinek <jakub@redhat.com>. */
3 /* { dg-do preprocess } */
5 #ifdef 0 /* { dg-error "macro names" } */
6 #endif
8 #ifndef 0 /* { dg-error "macro names" } */
9 #endif