OSDN Git Service

2004-04-08 Geoffrey Keating <geoffk@apple.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / pch / valid-1.c
1 /* { dg-options "-I. -Winvalid-pch -g" } */
2
3 #include "valid-1.h"/* { dg-error "created with -gnone, but used with -g|No such file|they were invalid" } */
4
5 int x;