Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20010107-1.c
blob: 22461a0521fdbc7f799cd4c810d58eb02ac0b594 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target indirect_calls } */
unsigned
long
x
[
4
];
void
foo
(
void
)
{
((
void
(*)())(
x
+
2
))();
}