Test every book test case
[tiger.ml.git] / compiler / testcases / test32.tig
CommitLineData
38ffcb1f
SK
1/* error : initializing exp and array type differ */
2
3let
4 type arrayty = array of int
5
6 var a := arrayty [10] of " "
7in
8 0
9end
This page took 0.016668 seconds and 4 git commands to generate.