blob: 27150dd5328d64f893ca3b2a44886e3d7fb66350 [file] [log] [blame]
// { dg-additional-options -O3 }
int res, a, b;
void *foo;
static void f2 (int arg) { res = ((int (*)[arg][b]) foo)[0][0][0]; }
void f1 (void) { f2 (a); }