modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20070531-2.c (about) 1 int f(void) 2 { 3 int *a = 0; 4 for(a = 0; a < (int*)32767;a++) 5 ; 6 }