21f95551d0379521d5bc09eedbcd5b33241b5118
[tiger.ml.git] / compiler / testcases / test45.tig
1 /* error: initializing nil expressions not constrained by record type */
2 let
3 type rectype = {name:string, id:int}
4
5 var a:= nil
6 in
7 a
8 end
This page took 0.06272 seconds and 5 git commands to generate.