1 // Contributed by Dodji Seketeli <dodji@redhat.com>
2 // Origin: PR c++/40684
3 // { dg-do compile { target c++11 } }
9 template <typename S, typename T, typename U,
10 typename S::v = &S::v::s> // { dg-error "is not a" }
24 A b = foo (this, a, t); // { dg-error "no matching function" }