let function g(a:int):int = a function g(a:string):int = 5 var x := "test" in g(x) end