mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54: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 "a" fn hello() i32;
|