* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930506-2.c
blobbc982acffba9d89e29c71a8fc1ff9a76220fd8a0
1 /* { dg-require-effective-target trampolines } */
3 int f1()
5 { int ___() { foo(1); } bar(___); }
6 return( { int ___() { foo(2); } bar(___);} );
9 int f2(int j)
11 { int ___() { foo(j); } bar(___); }
12 return( { int ___() { foo(j); } bar(___);} );