modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/andok.c (about) 1 foo (a, b, p) 2 int *p; 3 { 4 p[1] = a & 0xfff0000; 5 p[2] = b & 0xfff0000; 6 }