modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/mword1.c (about) 1 int 2 foo (a, b) 3 int *a, *b; 4 { 5 int x; 6 *a = (*b + 1); 7 x = *b; 8 if ((int) x) 9 return 1; 10 else 11 return 0; 12 }