No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / g++.dg / template / ptrmem6.C
blob0d7dec219813d585c2590a6f2097d9edd84376ff
1 struct S {};
3 void g(int S::**);
5 template <typename T>
6 void f (int T::* volatile *p) {
7   g(p); // { dg-error "" }
10 template void f(int S::* volatile *); // { dg-error "instantiated" }