mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Add cram tests in regressin directory
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
e471b35ed0
commit
f6277da16e
170 changed files with 808 additions and 588 deletions
10
regression/test801.lama
Normal file
10
regression/test801.lama
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
fun f (a, b, c, d, e) {
|
||||
var i = d / b;
|
||||
write (a);
|
||||
write (b);
|
||||
write (c);
|
||||
write (d);
|
||||
write (e)
|
||||
}
|
||||
|
||||
f (1, 2, 3, 4, 5)
|
||||
Loading…
Add table
Add a link
Reference in a new issue