lama_byterun/regression/test106.expr
2020-02-15 23:50:48 +03:00

9 lines
No EOL
91 B
Text

fun f (_) {write (1)}
fun g (h : tl) {
write (h)
}
local n = read ();
f (1);
g ({2, 3})