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 -1
View File
@@ -34,6 +34,7 @@
- file-local relative imports, aliases, and qualified member access
- relative `.h` imports as synthetic package namespaces
- transitive external C function prototypes, typedef chains, C scalars, and pointers to opaque C records
- bodyless manual and imported C variadic declarations with target-aware default argument promotions
- reference-time diagnostics for unsupported imported C declarations
### compiler behavior
@@ -50,7 +51,6 @@
### foreign functions and linking
- c variadic calls with default argument promotions
- exporting brolang functions to c
### scalar and compound types