home
/
code
/
tiger.ml.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix - check number of arguments in function calls
[tiger.ml.git]
/
compiler
/
testcases
/
test27.tig
Commit
Line
Data
38ffcb1f
SK
1
/* locals hide globals */
2
let
3
var a:=0
4
5
function g(a:int):int = a
6
in
7
g(2)
8
end
This page took
0.022951 seconds
and
4
git commands to generate.