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