Test every book test case
[tiger.ml.git] / compiler / testcases / test49.tig
CommitLineData
38ffcb1f
SK
1/* error: syntax error, nil should not be preceded by type-id. */
2let
3 type rectype = {name:string, id:int}
4
5 var a:= rectype nil
6in
7 a
8end
This page took 0.020455 seconds and 4 git commands to generate.