Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr77754-2.c
blob: 09cb339789659ac029178b4bfd459af22f8f868f [
file
] [
log
] [
blame
]
// { dg-require-effective-target indirect_calls }
/* PR c/77754 */
int
fn3
();
void
(**
fn5
)
(
int
[][
fn3
()]);
void
fn1
()
{
int
a
[
10
][
fn3
()];
(**
fn5
)
(
a
);
}