1 typedef char type;
2 
3 type
foo(b)4 foo (b)
5 {
6   type a;
7   for (a = 10; a < b; a++)
8     ;
9 }
10