summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly/null-output.s
blob: a25d095e0cbef84595872d8c965bf5d97f9dce65 (plain)
1
2
3
4
5
6
7
8
9
10
# 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
OpenPOWER on IntegriCloud