xref: /llvm-project/llvm/test/MC/WebAssembly/null-output.s (revision 9647a6f719ee4b1c23eea7aef368c1dcd5317949)
1# RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj -o /dev/null < %s
2
3    .text
4    .section .text.main,"",@
5    .type    main,@function
6main:
7    .functype   main (i32, i32) -> (i32)
8    local.get 0
9    end_function
10.Lfunc_end0:
11    .size main, .Lfunc_end0-main
12