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
/
990829-1.c
blob
2252821938eb7cdaf031aa1d3dcbd248e054060c
1
struct
x
2
{
3
int
a
:
16
;
4
int
b
:
16
;
5
int
c
;
6
};
7
8
bar
()
9
{
10
struct
x y
;
11
y
.
b
=
1
<
y
.
a
;
12
foo
(&
y
);
13
}