modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr69740-1.c (about)

     1  char a;
     2  short b;
     3  void fn1() {
     4    if (b)
     5      ;
     6    else {
     7      int c[1] = {0};
     8    l1:;
     9    }
    10    if (a)
    11      goto l1;
    12  }