Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / g++.dg / template / error26.C
blob7545762bf34efc413dfcbd7bc5896fb2b5d1c85f
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" }