summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/type/test31.tig
blob: 1720610e1c746ca11d8b57aac23b1c55fc2cad52 (plain)
1
2
3
4
5
6
/* error : type constraint and init value differ */
let
        var a : int := " "
in
        a
end