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
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
noncompile
/
init-3.c
blob
fe9543522db9e75f472106b9873ba4909afa3d1d
1
void
die
(
void
)
2
{
3
char
foo
[
BAR
] =
"1234"
;
/* { dg-error "undeclared|function|incomplete type" } */
4
}