modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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  }