int foo (int a) {
return a;
}
void main () {
foo(13, 12); # Error on line 6 col 4: Expected 1 arguments but given 2.