4aed8881e1b4434199e3086b959ef8f29608b2d4
[tiger.ml.git] / compiler / testcases / test46.tig
1 /* valid rec comparisons */
2 let
3 type rectype = {name:string, id:int}
4 var b:rectype := nil
5 in
6 b = nil;
7 b <> nil
8 end
This page took 0.069817 seconds and 5 git commands to generate.