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
/
931013-3.c
blob
e663b9acc1c6ae251f6e5e58b257ff438a5c809e
1
struct
s
2
{
3
int
f
;
4
};
5
6
struct
s
7
f
()
8
{
9
int
addr
;
10
return
*(
struct
s
*) &
addr
;
11
}