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.c-torture
/
compile
/
20001018-1.c
blob
86e5cd5dda9a8328f911e12e4ff65a41903a54f6
1
void
2
foo
(
void
)
3
{
4
extern
char
i
[
10
];
5
6
{
7
extern
char
i
[];
8
char
x
[
sizeof
(
i
) ==
10
?
1
: -
1
];
9
}
10
}