blob: c62581bc29ec7f2862648cd6022a32ec7e832a57 [file] [log] [blame]
(module
(type $0 (func (param i32) (result i32)))
(memory $0 0)
(func $return-block (type $0) (param $x i32) (result i32)
(set_local $x
(get_local $x)
)
(return
(get_local $x)
)
)
)