blob: 161b72af21e9283b0ca1ac313315c2b28d977111 [file] [log] [blame]
.text
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %entry
i32.const $push1=, 0
i32.const $push0=, 64
i32.store y($pop1), $pop0
i32.const $push4=, 0
i32.const $push2=, 32
i32.store x($pop4), $pop2
i32.const $push3=, 0
call exit@FUNCTION, $pop3
unreachable
.endfunc
.Lfunc_end0:
.size main, .Lfunc_end0-main
.hidden x # @x
.type x,@object
.section .bss.x,"aw",@nobits
.globl x
.p2align 2
x:
.int32 0 # 0x0
.size x, 4
.hidden y # @y
.type y,@object
.section .bss.y,"aw",@nobits
.globl y
.p2align 2
y:
.int32 0 # 0x0
.size y, 4
.functype exit, void, i32