c variadic calls
This commit is contained in:
@@ -5,7 +5,6 @@ use_union :: c_func(value native.Imported_Union) void
|
||||
use_enum :: c_func(value native.Imported_Enum) void
|
||||
|
||||
main :: func() void {
|
||||
_ = native.imported_variadic("value")
|
||||
_ = native.IMPORTED_MACRO
|
||||
_ = native.imported_by_value()
|
||||
_ = native.imported_volatile()
|
||||
|
||||
Reference in New Issue
Block a user