[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / error26.C
blobcd8d46d1e4f81a43bb90c1949b24250de6bb18aa
1 // PR c++/32112
3 template<typename> struct A;
5 template<typename T> void foo (A<&T::template i>); // { dg-error "T:: ?template i|mismatch|& T::i" }