49ea5c3506067b328deaf467568ec45c8586ed87
[tiger.ml.git] / compiler / testcases / test41.tig
1 /* local types hide global */
2 let
3 type a = int
4 in
5 let
6 type a = string
7 in
8 0
9 end
10 end
This page took 0.065334 seconds and 5 git commands to generate.