restricted c header imports
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
native :: import "../header/include/native.h"
|
||||
child :: import "../header/include/child.h"
|
||||
|
||||
main :: func() void {
|
||||
_ = native.child_value(1)
|
||||
_ = child.child_value(2)
|
||||
}
|
||||
Reference in New Issue
Block a user