Sign in
llvm
/
llvm-project
/
lld
/
877ba1c811157ccd319ed139b30caa8d86a7717a
/
.
/
test
/
wasm
/
Inputs
/
sig_mismatch.s
blob: c34ae4b1e088a323bd15a96255a3993dbe3f0945 [
file
] [
log
] [
blame
]
.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