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
/
opt
/
interface1-a.cc
blob
595585257c18662b7f74b95e70c29992c5955908
1
struct
Test
{
2
void
f
();
3
};
4
5
Test t
;
6
7
void
g
() {
8
t
.
f
();
9
}