Add cram tests in regressin directory

Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
Kakadu 2024-09-05 17:07:12 +03:00
parent e471b35ed0
commit f6277da16e
170 changed files with 808 additions and 588 deletions

10
regression/test801.lama Normal file
View 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)