long a; short *b; void c() { long d = &a; char e = 0; long f[4] = {&e}; if (*b) if (c) { long g = &d; } }