repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
warn-1.c
blob
6e895818c63b222dab76b334996e12f598465437
1
/* { dg-options "-I. -Winvalid-pch" } */
2
3
#define DEFINED_VALUE 3
4
5
#include
"warn-1.h"
/* { dg-error "not used because `DEFINED_VALUE' is defined|No such file|they were invalid" } */
6
7
int
main
(
void
)
8
{
9
return
DEFINED_VALUE
;
10
}