c variadic calls

This commit is contained in:
2026-06-14 15:53:45 +02:00
parent 638ca57f5c
commit 2d3d0bd266
21 changed files with 409 additions and 35 deletions
@@ -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()