blob: 0d7dec219813d585c2590a6f2097d9edd84376ff [file] [log] [blame]
struct S {};
void g(int S::**);
template <typename T>
void f (int T::* volatile *p) {
g(p); // { dg-error "" }
}
template void f(int S::* volatile *); // { dg-error "instantiated" }