Begin translation module
[tiger.ml.git] / compiler / testcases / test48.tig
... / ...
CommitLineData
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 */
5let
6 function g(a:int):int = a
7 type t = int
8 function g(a:int):int = a
9in
10 0
11end
This page took 0.034854 seconds and 4 git commands to generate.