Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr77754-5.c
blob: 82c93d9debdc36f3801fb733170cc09961664745 [
file
] [
log
] [
blame
]
// { dg-require-effective-target alloca }
/* PR c/77754 */
int
fn3
();
void
fn4
(
int
[][
fn3
()]);
void
fn4
(
int
x
[][
fn3
()])
{
}
void
fn1
()
{
void
fn2
(
int
[][
fn3
()]);
int
a
[
10
][
fn3
()];
fn4
(
a
);
}