2018-01-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / 19940712-1.c
bloba79b2f5484d56bf867464a2a95f9ab9922e6a664
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" "header error" { target *-*-* } 8 } */
8 #include "19940712-1.h"
9 /* { dg-message "" "In file included from:" { target *-*-* } 0 } */
10 #include "19940712-1a.h"
11 #include "19940712-1b.h"
13 /* comment start in comment error
14 /* in a .c file */
16 int main ()
18 return 0;