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