Test every book test case
[tiger.ml.git] / compiler / testcases / test02.tig
CommitLineData
38ffcb1f
SK
1/* arr1 is valid since expression 0 is int = myint */
2let
3 type myint = int
4 type arrtype = array of myint
5
6 var arr1:arrtype := arrtype [10] of 0
7in
8 arr1
9end
This page took 0.024224 seconds and 4 git commands to generate.