function main() = ( x(); //~^ ERROR: missing argument of type Int ); function x(_a: Int) = ;