blob: 374fa67f593ef01ebf865ab2d9c6db4c6f21efad [file] [log] [blame]
int res, a, b;
void *foo;
static void f2 (int arg) { res = ((int (*)[arg][b]) foo)[0][0][0]; }
void f1 (void) { f2 (a); }