WrongArgCount occurs when too few or too many arguments are passed by a function call. Example: func f(i int) {} var x = f()