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

     1  /* PR 17186 */
     2  
     3  double foo()
     4  {
     5      int i;
     6      double d;
     7  
     8      if (i)
     9          bar();
    10      else
    11          if (d) return 0;
    12  }