blob: 4b3e82acf2befbf4d12c7ad8636f0589ffdb0a3c [file] [log] [blame] [edit]
(module
(memory 0)
(type $0 (func))
(func $a (type $0)
(nop)
)
(func $b (type $0)
(drop
(loop $loop-in1 (result i32)
(nop)
(i32.const 1000)
)
)
)
(func $c (type $0)
(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)
)
)
)