2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930506-2.c
blobe11e62f026fef69494a7cc6d39260676733b295b
1 #ifndef NO_TRAMPOLINES
2 int f1()
4 { int ___() { foo(1); } bar(___); }
5 return( { int ___() { foo(2); } bar(___);} );
8 int f2(int j)
10 { int ___() { foo(j); } bar(___); }
11 return( { int ___() { foo(j); } bar(___);} );
13 #else
14 int x;
15 #endif