mirror of
https://github.com/ziglang/zig.git
synced 2026-02-04 05:33:39 +00:00
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
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