Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / warn-1.c
blob6e895818c63b222dab76b334996e12f598465437
1 /* { dg-options "-I. -Winvalid-pch" } */
3 #define DEFINED_VALUE 3
5 #include "warn-1.h"/* { dg-error "not used because `DEFINED_VALUE' is defined|No such file|they were invalid" } */
7 int main(void)
9 return DEFINED_VALUE;