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