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