1 typedef int Int;
2 typedef char Char;
3 
4 void
foo(Int,Char)5 foo(Int, Char)
6 {
7 }
8