Test every book test case
[tiger.ml.git] / compiler / testcases / test30.tig
1 /* synonyms are fine */
2
3 let
4 type a = array of int
5 type b = a
6
7 var arr1:a := b [10] of 0
8 in
9 arr1[2]
10 end
This page took 0.043224 seconds and 4 git commands to generate.