Test every book test case
[tiger.ml.git] / compiler / testcases / test48.tig
1 /* This is legal. The second function "g" simply hides the first one.
2 Because of the intervening variable declaration, the two "g" functions
3 are not in the same batch of mutually recursive functions.
4 See also test39 */
5 let
6 function g(a:int):int = a
7 type t = int
8 function g(a:int):int = a
9 in
10 0
11 end
This page took 0.068526 seconds and 4 git commands to generate.