modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/move.c (about) 1 typedef char type; 2 3 type 4 foo (b) 5 { 6 type a; 7 for (a = 10; a < b; a++) 8 ; 9 }