3cccaa9903239494815b7fc7d1ccbce517d02eb6
[tiger.ml.git] / 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.060866 seconds and 3 git commands to generate.