OSDN Git Service

5445d4c4fec7a36e775fdddf7f8c6d0e2b0783fc
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / missing-header-1.c
1 /* Test that missing headers are fatal errors.  PR 15638.  */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
4
5 #include "nonexistent.h" /* { dg-error "nonexistent.h" } */
6 /* { dg-message "terminated" "" { target *-*-* } 0 } */
7
8 /* This declaration should not receive any diagnostic.  */
9 foo bar;