Test every book test case
[tiger.ml.git] / compiler / testcases / test16.tig
CommitLineData
38ffcb1f
SK
1/* error: mutually recursive types thet do not pass through record or array */
2let
3
4type a=c
5type b=a
6type c=d
7type d=a
8
9in
10 ""
11end
This page took 0.019756 seconds and 4 git commands to generate.