[APX ZU] Fix test for target-support check
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 920826-1.c
blob28c7af3ab8355ab37f98814da829f66bd8b24549
1 /* { dg-require-effective-target indirect_jumps } */
3 void f(int*x){goto*(void*)(__INTPTR_TYPE__)(char)*x;}