blob: 6a7bc8027712880a719060dc0693753347bdd618 [file] [log] [blame] [edit]
a : 1
b : 5
c : 13
(module
(type $none_=>_none (func))
(memory $0 0)
(func $a (; 0 ;)
(nop)
)
(func $b (; 1 ;)
(drop
(loop $loop-in1 (result i32)
(nop)
(i32.const 1000)
)
)
)
(func $c (; 2 ;)
(block $top
(nop)
(drop
(i32.const 1000)
)
(drop
(i32.add
(i32.add
(i32.const 1001)
(i32.const 1002)
)
(i32.add
(i32.const 1003)
(i32.const 1004)
)
)
)
(br $top)
)
)
)