RISC-V: Fix ICE for vector single-width integer multiply-add intrinsics
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20010107-1.c
blob22461a0521fdbc7f799cd4c810d58eb02ac0b594
1 /* { dg-require-effective-target indirect_calls } */
3 unsigned long x[4];
5 void foo(void)
7 ((void (*)())(x+2))();