1 2 3 4 5 6 7
// PR c++/15696 struct A {}; typedef void (A::*ftype)(); void foo() { A().*ftype(); } // { dg-error "" }