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
/
init
/
ref6.C
blob
50a9636036667b7474b1d0ebaf08e38c4997426f
1
struct B {
2
void g() { }
3
};
4
5
struct A {
6
void f() {
7
B &b = b;
8
b.g();
9
}
10
};
11
12
int main(void) { }