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