Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
950ae43091121ea357f735790f4042264cf40728
/
.
/
lld
/
test
/
wasm
/
entry-signature.s
blob: b6f355c131934bb300e65ee10ea13edc498fbbdc [
file
] [
log
] [
blame
]
# Verify that the entry point signature can be flexible.
# RUN: llvm-mc -filetype=obj -triple=wasm32-unknown-unknown -o %t.o %s
# RUN: wasm-ld -o %t1.wasm %t.o
.globl _start
_start
:
.functype _start
(
i64
)
->
(
f32
)
end_function