gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / valid-1.c
blob3ee909165914bc377b39c7a1e54d1f487b093638
1 /* { dg-options "-I. -Winvalid-pch -g" } */
3 #include "valid-1.h"/* { dg-warning "created with -gnone, but used with -g" } */
4 /* { dg-error "No such file" "no such file" { target *-*-* } 3 } */
5 /* { dg-error "they were invalid" "invalid files" { target *-*-* } 3 } */
6 /* { dg-message "terminated" "" { target *-*-* } 0 } */
8 int x;