modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/add.c (about) 1 foo (a, b, p) 2 int *p; 3 { 4 return 34 + *p; 5 }