blob: 9ccadfb6fadbb04cbe20433663537ba86a681a1a [file] [log] [blame]
// PR c++/32113
template<int> struct A;
template<typename T> void foo (A<&T::template i>);
template void foo<A<0> > (A<0>); // { dg-error "does not match" }