repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* call.c (reference_binding): Tweak.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
covar1.C
blob
cd19816671abadbff4ea7c1191d260513532901f
1
// Build don't link:
2
// Origin: Jason Merrill <jason@cygnus.com>
3
4
struct A {
5
virtual A& f();
6
};
7
8
struct B: public A {
9
B& f();
10
};