mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 22:04:21 +00:00
This adds a simple linker test to ensure the built library contains an import entry for each extern function call that was mangled.
1 line
31 B
Zig
1 line
31 B
Zig
pub extern "b" fn hello() i32;
|