mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-29 20:36:01 +03:00
3b25205833
In C the type of string literals is `char *`, so when using them in a non-const context we have to cast the const away. Fixes #9126