package-type imports
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import "../b"
|
||||
|
||||
seed i32 :: 4
|
||||
|
||||
run :: func() i32 {
|
||||
return b.value
|
||||
}
|
||||
Reference in New Issue
Block a user