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