mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-20 21:58:44 +00:00
Some extra tests
This commit is contained in:
parent
75a09f45e8
commit
3e95c3b8f5
6 changed files with 36 additions and 0 deletions
9
regression/test048.expr
Normal file
9
regression/test048.expr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
fun test (n, m) local i, s {
|
||||
write (n);
|
||||
write (m);
|
||||
return n
|
||||
}
|
||||
|
||||
n := read ();
|
||||
y := 1 + (2 + (3 + (4 + (5 + (6 + test (7, 7))))));
|
||||
write (y)
|
||||
Loading…
Add table
Add a link
Reference in a new issue