Test every book test case
[tiger.ml.git] / compiler / testcases / test29.tig
CommitLineData
38ffcb1f
SK
1/* error : different array types */
2
3let
4 type arrtype1 = array of int
5 type arrtype2 = array of int
6
7 var arr1: arrtype1 := arrtype2 [10] of 0
8in
9 arr1
10end
This page took 0.02392 seconds and 4 git commands to generate.