Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
930506-2.c
blob: bc982acffba9d89e29c71a8fc1ff9a76220fd8a0 [
file
] [
log
] [
blame
]
/* { dg-require-effective-target trampolines } */
int
f1
()
{
{
int
___
()
{
foo
(
1
);
}
bar
(
___
);
}
return
(
{
int
___
()
{
foo
(
2
);
}
bar
(
___
);}
);
}
int
f2
(
int
j
)
{
{
int
___
()
{
foo
(
j
);
}
bar
(
___
);
}
return
(
{
int
___
()
{
foo
(
j
);
}
bar
(
___
);}
);
}