blob: afee60de32685abba78d9898e1da5181f5f26012 [file] [log] [blame]
struct S {
int i;
};
int S::*iptr() {
return &S::i;
}