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
/
921012-2.c
blob
6f4de779549ac4baf889226c99644126712e6904
1
struct
foo
{
2
int
a
,
b
,
c
;
3
};
4
f
(
struct
foo
*
a
,
struct
foo
*
b
)
5
{
6
*
a
=*
b
;
7
}