zig/deps/lld/test/ELF/Inputs/shlib-undefined-ref.s
2018-01-17 17:29:21 -05:00

5 lines
50 B
ArmAsm

.globl f
f:
call should_not_be_exported@PLT
ret