mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 10:25:13 +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.
2 lines
31 B
Zig
2 lines
31 B
Zig
pub extern "b" fn hello() i32;
|