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(___);} );
}