(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr69740-1.c
       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  }