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