mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-26 00:28:47 +00:00
Prototype of X86_64 migration
This commit is contained in:
parent
3fdc3e7f2a
commit
e77433e51c
21 changed files with 599 additions and 7165 deletions
15
regression/new_test002.lama
Normal file
15
regression/new_test002.lama
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
fun f (a, b, c, d, e, f, g, h) {
|
||||
var i = 9, j = 10;
|
||||
write (a);
|
||||
write (b);
|
||||
write (c);
|
||||
write (d);
|
||||
write (e);
|
||||
write (f);
|
||||
write (g);
|
||||
write (h);
|
||||
write (i);
|
||||
write (j)
|
||||
}
|
||||
|
||||
f (1, 2, 3, 4, 5, 6, 7, 8)
|
||||
Loading…
Add table
Add a link
Reference in a new issue