[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / WebAssembly / null-output.s
bloba25d095e0cbef84595872d8c965bf5d97f9dce65
1 # RUN: llvm-mc -triple=wasm32-unknown-unknown -filetype=obj -o /dev/null < %s
3 .text
4 .section .text.main,"",@
5 .type main,@function
6 main:
7 .functype main (i32, i32) -> (i32)
8 end_function
9 .Lfunc_end0:
10 .size main, .Lfunc_end0-main