You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj -o /dev/null < %s
|
|
|
|
.text
|
|
.section .text.main,"",@
|
|
.type main,@function
|
|
main:
|
|
.functype main (i32, i32) -> (i32)
|
|
end_function
|
|
.Lfunc_end0:
|
|
.size main, .Lfunc_end0-main
|