blob: 5c99f772ad97dc1e03df473082a9f1ded8d68b25 [file] [log] [blame]
// Build don't link:
template <class A> class B {
A a;
public:
B(A&aa); // ERROR - near match
~B();
}; // ERROR - candidates
static B<int> b_int (3); // ERROR - no matching function