zig/test/link/wasm/extern-mangle/a.zig
Luuk de Gram ef0df24626
test/link: add linker test to verify mangling
This adds a simple linker test to ensure the built library contains
an import entry for each extern function call that was mangled.
2022-11-01 15:43:34 +01:00

1 line
31 B
Zig

pub extern "a" fn hello() i32;