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

     1  #ifndef NO_LABEL_VALUES
     2  f (int *re)
     3  {
     4    int *loops = 0, *loope = 0;
     5    unsigned dat0 = 0;
     6    static void *debug = &&firstdebug;
     7  
     8   firstdebug:
     9    g (loops, loope);
    10  
    11    if (dat0 & 1)
    12      re[(dat0 >> 2) & 3] = 0;
    13  }
    14  #else
    15  int x;
    16  #endif