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
/
packed-1.c
blob
709fc3cb10236cb9aed1e2a57c7a47f757b47f2f
1
struct
s
2
{
3
int
e
;
4
}
x
;
5
6
struct
rbuf
7
{
8
struct
s
*
p
__attribute__
((
packed
));
9
} *
b
;
10
11
f
()
12
{
13
b
->
p
= &
x
;
14
}