1 2 3 4 5 6 7 8 9
// PR c++/13310 struct A {}; template <typename> void foo() { A a; a.foo<int>(); // { dg-error "" } }