blob: e4c99f5e6f1b5d21f02049073f4f9c77dd40a518 [file] [log] [blame]
struct X
{
int mfn ();
};
inline void bob (X &)
{
int (X::*pmf) () = &X::mfn;
}