blob: 714f87c1b7be4abec10fbad3376ed5d78c1857bd [file] [log] [blame]
struct S {
int i;
};
int S::**p;
int S::*q;
void f() {
p[1] = q;
}