Searched defs:TestBadPMF (Results 1 – 1 of 1) sorted by relevance
259 struct TestBadPMF { struct 260 int (TestBadPMF::*pmf)(); argument 262 [[clang::musttail]] return ((*this)->*pmf)(); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'TestBadPMF'}} in BadPMF() argument