1typedef char foo;
2
3foo charfoo (afoo)
4{
5  return (afoo * 2);
6}
7