Test every book test case
[tiger.ml.git] / compiler / testcases / test39.tig
CommitLineData
38ffcb1f
SK
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 */
4let
5 function g(a:int):int = a
6 function g(a:int):int = a
7in
8 0
9end
This page took 0.017586 seconds and 4 git commands to generate.