FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / 19940712-1.c
blob5b4ac8b722c1d6539632aaf0cd36a25642fa4b65
1 /* { dg-do preprocess } */
2 /* PR 4713 */
4 /* dg.exp doesn't read the header files for magic comments. */
5 /* { dg-error "unterminated comment" "" { target *-*-* } 4 } */
6 /* { dg-error "unterminated comment" "" { target *-*-* } 8 } */
8 #include "19940712-1.h" /* { dg-error "" } // In file included from: */
9 #include "19940712-1a.h" /* { dg-error "" } // In file included from: */
10 #include "19940712-1b.h"
12 /* comment start in comment error
13 /* in a .c file */
15 int main ()
17 return 0;