mirror of
https://github.com/ziglang/zig.git
synced 2026-01-31 03:33:37 +00:00
previously `@export` for an array would panic with a TODO message. now it will do the export. However, it uses the variable's name rather than the name passed to `@export`. Issue #2679 remains open for that problem.