mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +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 "a" fn hello() i32;
|