Searched refs:p2m (Results 1 – 1 of 1) sorted by relevance
156 int test1(int Base::* p2m, X* object) in test1() argument158 return object->*p2m; // expected-error {{left hand operand to ->*}} in test1()