Check scope of break statements
[tiger.ml.git] / compiler / testcases / test34.tig
... / ...
CommitLineData
1/* error : formals and actuals have different types */
2let
3 function g (a:int , b:string):int = a
4in
5 g("one", "two")
6end
This page took 0.022309 seconds and 4 git commands to generate.