mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-30 10:38:19 +00:00
fixes + dependency test
This commit is contained in:
parent
19c99bc7e5
commit
72ec1923e3
7 changed files with 46 additions and 17 deletions
2
byterun/regression/Dep.i
Normal file
2
byterun/regression/Dep.i
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
I,Std;
|
||||
F,f;
|
||||
1
byterun/regression/Dep.lama
Normal file
1
byterun/regression/Dep.lama
Normal file
|
|
@ -0,0 +1 @@
|
|||
public fun f(a, b) { a + b }
|
||||
3
byterun/regression/Test.lama
Normal file
3
byterun/regression/Test.lama
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Dep;
|
||||
|
||||
f(1, 2)
|
||||
Loading…
Add table
Add a link
Reference in a new issue