I have the following code:
#include #include #include class A { public: int f(); int (A::*x)(); }; int A::