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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
other
/
bitfield1.C
blob
896490fbafc64093d69d67fa7f0d842cc42b4bc5
1
// { dg-options "-w" }
2
3
union u1 {
4
char m1 : 16;
5
} x;
6
7
int main () {
8
x.m1 = 256;
9
}