summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/type/test32.tig
blob: cf9e85409d0b278315a54e778cd07bc54655ce45 (plain)
1
2
3
4
5
6
7
8
9
/* error : initializing exp and array type differ */

let
        type arrayty = array of int

        var a := arrayty [10] of " "
in
        0
end