Begin translation module
[tiger.ml.git] / compiler / testcases / test16.tig
1 /* error: mutually recursive types thet do not pass through record or array */
2 let
3
4 type a=c
5 type b=a
6 type c=d
7 type d=a
8
9 in
10 ""
11 end
This page took 0.046046 seconds and 5 git commands to generate.