modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/storecc.c (about) 1 foo (char *p, int a) 2 { 3 *p = a; 4 if ((char) a) 5 return 1; 6 }