blob: 443b837adfaefd08a4e927f0ac9671a1df77236d [file] [log] [blame]
.text
.section .text.f,"ax",@progbits
.hidden f
.globl f
.type f,@function
f: # @f
.param i32, i32
.result i32
# BB#0: # %entry
i32.const $push0=, 1
i32.and $push2=, $1, $pop0
i32.const $push4=, 1
i32.gt_s $push1=, $0, $pop4
i32.select $push3=, $1, $pop2, $pop1
# fallthrough-return: $pop3
.endfunc
.Lfunc_end0:
.size f, .Lfunc_end0-f
.section .text.main,"ax",@progbits
.hidden main
.globl main
.type main,@function
main: # @main
.result i32
# BB#0: # %if.end
i32.const $push0=, 0
call exit@FUNCTION, $pop0
unreachable
.endfunc
.Lfunc_end1:
.size main, .Lfunc_end1-main
.functype exit, void, i32