mirror of
https://github.com/ziglang/zig.git
synced 2025-12-08 15:23:14 +00:00
This also turns off non-debug modes for the bss linker tests for Wasm. This is done as it's not required to guarantee to zero out the bss section for non-debug modes.
2 lines
24 B
Zig
2 lines
24 B
Zig
export fn foo() void {}
|