OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 930506-2.c
1 #ifndef NO_TRAMPOLINES
2 int f1()
3 {
4   { int ___() { foo(1); } bar(___); }
5   return( { int ___() { foo(2); } bar(___);} );
6 }
7
8 int f2(int j)
9 {
10   { int ___() { foo(j); } bar(___); }
11   return( { int ___() { foo(j); } bar(___);} );
12 }
13 #else
14 int x;
15 #endif