lama_byterun/lama-compiler/regression/test062.lama

9 lines
No EOL
81 B
Text

fun f (x) {
fun g () {x}
fun h () {g}
g
}
val n = read ();
write (f(5)())