// { dg-do compile } // Origin: hkluender@otg.com // PR 5189 struct A { A(A&); // { dg-error "candidate" "" } template A(T); }; A a = 0; // { dg-error "no matching function|initializing" "" }