OSDN Git Service

* gcc.dg/cpp/ucs.c: Improved long UCS test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / 19940712-1.c
1 /* { dg-do preprocess } */
2 /* PR 4713 */
3
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 } */
7
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"
11
12 /* comment start in comment error
13 /* in a .c file */
14
15 int main ()
16 {
17     return 0;
18 }
19