blob: 43ab05694e29e1ef61a0ea498ef8cc9dff8bcd3e [file] [log] [blame]
typedef char foo;
foo charfoo (int afoo)
{
return (afoo * 2);
}