Dmitry Boulytchev 2020-10-31 02:17:44 +03:00
parent 60e69ff31d
commit 674214cea6
6 changed files with 49 additions and 18 deletions

View file

@ -0,0 +1 @@
> 100

1
regression/test108.input Normal file
View file

@ -0,0 +1 @@
100

8
regression/test108.lama Normal file
View file

@ -0,0 +1,8 @@
fun foo (x) {
return x;
0
}
local n = read ();
write (foo (n))