Test every book test case
[tiger.ml.git] / compiler / testcases / test37.tig
CommitLineData
38ffcb1f
SK
1/* redeclaration of variable; this is legal, there are two different
2 variables with the same name. The second one hides the first. */
3let
4 var a := 0
5 var a := " "
6in
7 0
8end
This page took 0.024274 seconds and 4 git commands to generate.