llvm-project/lld/test/wasm/Inputs/import-attributes.s

10 lines
138 B
ArmAsm

.functype foo () -> ()
.globl call_foo
call_foo:
.functype call_foo () -> ()
call foo
end_function
.import_module foo, baz