aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pch/warn-1.c
blob: 6e895818c63b222dab76b334996e12f598465437 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-options "-I. -Winvalid-pch" } */

#define DEFINED_VALUE 3

#include "warn-1.h"/* { dg-error "not used because `DEFINED_VALUE' is defined|No such file|they were invalid" } */

int main(void) 
{
  return DEFINED_VALUE;
}