modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }