(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
move.c
       1  typedef char type;
       2  
       3  type
       4  foo (b)
       5  {
       6    type a;
       7    for (a = 10; a < b; a++)
       8      ;
       9  }