modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/xc.c (about)

     1  foo (a, p)
     2       int *p;
     3  {
     4    int b;
     5  
     6    a++;
     7    b = *p;
     8    if (a)
     9      return 1;
    10    return b;
    11  }