modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }