[X86][MC,LLD][NFC] Rename R_X86_64_REX2_GOTPCRELX (#116737)
[llvm-project.git] / lld / test / wasm / entry-signature.s
blob7f349c853b6ee53a534c0d717c4194cc6c278521
1 # Verify that the entry point signature can be flexible.
2 # RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
3 # RUN: wasm-ld -o %t1.wasm %t.o
5 .globl _start
6 _start:
7 .functype _start (i64) -> (f32)
8 f32.const 0.0
9 end_function