7 lines
80 B
Text
7 lines
80 B
Text
/* error : procedure returns value */
|
|
let
|
|
function g(a:int) = a
|
|
in
|
|
g(2)
|
|
end
|
|
|