[AArch64][SME2] Add multi-vector saturating doubling multiply high intrinsics
[llvm-project.git] / lld / test / wasm / Inputs / sig_mismatch.s
blobc34ae4b1e088a323bd15a96255a3993dbe3f0945
1 .globl foo
2 foo:
3 .functype foo (f32) -> (i32)
4 i32.const 0
5 end_function
8 .globl call_foo
9 call_foo:
10 .functype call_foo () -> (i32)
11 f32.const 0.0
12 call foo
13 end_function