aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/920826-1.c
blob: c2d8843c82471c0b33b101e1d438b2476cae106c (plain)
1
2
3
/* { dg-require-effective-target indirect_jumps } */

f(int*x){goto*(char)*x;}