package-type imports
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
take :: func(value i8) i8 {
|
||||
return value
|
||||
}
|
||||
|
||||
main :: func() void {
|
||||
_ = take(128)
|
||||
}
|
||||
Reference in New Issue
Block a user