Test every book test case
[tiger.ml.git] / compiler / testcases / test39.tig
1 /* This is illegal, since there are two functions with the same name
2 in the same (consecutive) batch of mutually recursive functions.
3 See also test48 */
4 let
5 function g(a:int):int = a
6 function g(a:int):int = a
7 in
8 0
9 end
This page took 0.060103 seconds and 4 git commands to generate.