modern-compiler-ml/tiger/testcases/test35.tig

7 lines
104 B
Text
Raw Normal View History

/* error : formals are more then actuals */
let
function g (a:int , b:string):int = a
in
g("one")
end