mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-06-02 13:58:45 -04:00
f8f054b354
Previously, the symbol name parameter of `@export` would be ignored for variables, and the variable name would be used for the symbol name. Now it works as expected. See #2679