mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-28 11:27:09 +03:00
652f4bdf62
This also means that translate-c has to detect when a pointer to opaque is happening, and use `*` instead of `[*]`. See #1059