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