blob: 2f4637bcb2c8df2fd1b35c43868fa785d1c031c6 [file] [log] [blame]
.text
.section .text.foo,"ax",@progbits
.hidden foo
.globl foo
.type foo,@function
foo: # @foo
# BB#0: # %entry
i32.const $push0=, 0
call exit@FUNCTION, $pop0
unreachable
.endfunc
.Lfunc_end0:
.size foo, .Lfunc_end0-foo
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %for.body
i32.const $push0=, 0
i32.load $drop=, a($pop0)
i32.const $push1=, 0
i32.load $drop=, b($pop1)
call foo@FUNCTION
unreachable
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.hidden a # @a
.type a,@object
.section .data.a,"aw",@progbits
.globl a
.p2align 2
a:
.int32 1 # 0x1
.size a, 4
.hidden b # @b
.type b,@object
.section .bss.b,"aw",@nobits
.globl b
.p2align 2
b:
.int32 0 # 0x0
.size b, 4
.hidden x # @x
.type x,@object
.section .data.x,"aw",@progbits
.globl x
.p2align 2
x:
.int32 2 # 0x2
.size x, 4
.hidden r # @r
.type r,@object
.section .data.r,"aw",@progbits
.globl r
.p2align 2
r:
.int32 8 # 0x8
.size r, 4
.functype exit, void, i32