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

     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  }