mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
ef0df24626
This adds a simple linker test to ensure the built library contains an import entry for each extern function call that was mangled.
2 lines
31 B
Zig
2 lines
31 B
Zig
pub extern "a" fn hello() i32;
|