lama_byterun/regression/test106.lama

9 lines
No EOL
89 B
Text

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