aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/invalid_variadic_function.zig
AgeCommit message (Collapse)Author
2023-07-08Sema: infrastructure for supporting more than .C callconv for variadic functionsr00ster91
Now you can add new calling conventions that you confirmed to work with variadic functions simply in a single place and the rest will work automatically.
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
2022-12-17implement defining C variadic functionsVeikka Tuominen