Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
callind.c
blob: 893f4e764acbdf7c7f0ad63bbc5ae87a3ba6d526 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target indirect_calls } */
bar
(
foo
,
a
)
int
(**
foo
)
();
{
(
foo
)[
1
]
=
bar
;
foo
[
a
]
(
1
);
}