mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 14:52:41 +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