modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/mcmp.c (about) 1 foo (ip, a, x) 2 int a; 3 int *ip; 4 int x; 5 { 6 if (a >= 1) 7 x++; 8 return x; 9 }