bolt/deps/llvm-18.1.8/lld/test/wasm/Inputs/sig-mismatch.s

14 lines
186 B
ArmAsm
Raw Normal View History

2025-02-14 19:21:04 +01:00
.globl foo
foo:
.functype foo (f32) -> (i32)
i32.const 0
end_function
.globl call_foo
call_foo:
.functype call_foo () -> (i32)
f32.const 0.0
call foo
end_function