mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-30 12:56:37 +03:00
e863204c47
The presence of a trailing comma in the single and only input/output declaration confused the parser and made zig fmt discard any element placed after the comma.