package-type imports
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import "../math"
|
||||
|
||||
from_a :: func() i32 {
|
||||
return math.value
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
import "../math"
|
||||
|
||||
main :: func() i32 {
|
||||
return from_a() + math.value
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
value i32 :: 2
|
||||
Reference in New Issue
Block a user