(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr87263.c
       1  /* { dg-do compile } */
       2  
       3  int a, b, c;
       4  
       5  int main ()
       6  { 
       7    int g, *h[3] = {&g, &g, &g};
       8    if (h[2] == 0)
       9      ;
      10    else
      11      { 
      12        int i[1];
      13        if (a)
      14  	while (a)
      15  	  L:;
      16        else
      17  	{
      18  	  int k = b;
      19  	}
      20      }
      21    if ((b < c) > b)
      22      goto L;
      23    return 0;
      24  }