summaryrefslogtreecommitdiff
path: root/tiger-compiler/tests/type/test24.tig
blob: f9d0df547434db68972729dc902e636355d6b0a8 (plain)
1
2
3
4
5
6
7
/* error : variable not array */
let
        var d :=0
in
        d[3]
end