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