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
/
compat
/
break
/
bitfield5.h
blob
6f7f012cc6be735a0431cebbab53f948e59bd0c7
1
struct
A
{
2
virtual
void
f
();
3
int
f1
:
1
;
4
};
5
6
struct
B
:
public
A
{
7
int
f2
:
1
;
8
int
:
0
;
9
int
f3
:
4
;
10
int
f4
:
3
;
11
};