modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/p.c (about) 1 foo (a, b, p) 2 short *p; 3 { 4 p[0] = a; 5 p[1] = b; 6 }