lama_byterun/regression/test106.lama

9 lines
91 B
Text
Raw Normal View History

2020-02-15 23:50:48 +03:00
fun f (_) {write (1)}
fun g (h : tl) {
write (h)
}
local n = read ();
f (1);
g ({2, 3})