(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
960319-1.c
       1  static void
       2  f()
       3  {
       4    long long a[2];
       5    int i;
       6    if (g())
       7      if (h())
       8        ;
       9    *a |= (long long)i << 65 ;
      10  }