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
/
parse
/
expr1.C
blob
2ef82185b892a65aba32c73a902e33d40bb00567
1
struct A {
2
A (int, int);
3
void f ();
4
};
5
6
void f (int a) {
7
A (a, a).f ();
8
}