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

9 lines
82 B
Text
Raw Normal View History

/* locals hide globals */
let
var a:=0
function g(a:int):int = a
in
g(2)
end