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
+1
View File
@@ -130,6 +130,7 @@ Function :: struct {
c_abi: bool,
imported: bool,
has_body: bool,
variadic: bool,
params: []Param,
result: Type_Syntax,
body: []Stmt_Id,