1 2 3 4 5 6 7 8
/* error : syntax error, nil should not be preceded by type-id. */ let type rectype = {name : string, id : int} var a := rectype nil in a end