Files
clang-p2996/lld/test/wasm/Inputs/start-lib1.s
2024-01-22 10:04:26 -08:00

8 lines
91 B
ArmAsm

.functype bar () -> ()
.globl foo
foo:
.functype foo () -> ()
call bar
end_function