RISC-V: Add support for riscv-*-*.
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr84305.c
blob374fa67f593ef01ebf865ab2d9c6db4c6f21efad
1 int res, a, b;
2 void *foo;
3 static void f2 (int arg) { res = ((int (*)[arg][b]) foo)[0][0][0]; }
4 void f1 (void) { f2 (a); }