Begin translation module
[tiger.ml.git] / compiler / testcases / test44.tig
... / ...
CommitLineData
1/* valid nil initialization and assignment */
2let
3
4 type rectype = {name:string, id:int}
5 var b:rectype := nil
6
7in
8
9 b := nil
10
11end
This page took 0.031638 seconds and 5 git commands to generate.