modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/930506-2.c (about)

     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