mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Added missing files
This commit is contained in:
parent
9f896402bb
commit
3f5083746e
3 changed files with 8 additions and 0 deletions
3
regression/x86only/Lib02.expr
Normal file
3
regression/x86only/Lib02.expr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Lib01;
|
||||
|
||||
printf ("Init Lib02...\n")
|
||||
4
regression/x86only/Lib03.expr
Normal file
4
regression/x86only/Lib03.expr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import Lib01;
|
||||
import Lib02;
|
||||
|
||||
printf ("Init Lib03...\n")
|
||||
1
regression/x86only/t.expr
Normal file
1
regression/x86only/t.expr
Normal file
|
|
@ -0,0 +1 @@
|
|||
f (3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue