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
/
20000606-1.c
blob
93977c0931a0a00bff3a67a297743472d84f9bfb
1
typedef
struct
_foo foo
;
2
extern
foo bar
;
3
struct
_foo
{
4
int
a
;
5
};
6
7
void
baz
(
void
)
8
{
9
bar
.
a
=
0
;
10
}