* call.c (reference_binding): Tweak.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / covar1.C
blobcd19816671abadbff4ea7c1191d260513532901f
1 // Build don't link:
2 // Origin: Jason Merrill <jason@cygnus.com>
4 struct A {
5   virtual A& f();
6 };
8 struct B: public A {
9   B& f();