blob: 3c3c5f71cf4ddf4f1b89c0aa4499714270a814f7 [file] [log] [blame] [edit]
(module
(type $0 (func))
(type $1 (func (param i32)))
(type $2 (func (param i32) (result i32)))
(memory $0 (shared 1 1))
(table $0 0 funcref)
(global $global$0 (mut f32) (f32.const 0))
(event $event$0 (attr 0) (param i32))
(func $foo (; 0 ;) (type $2) (param $0 i32) (result i32)
(i32.const 0)
)
(func $test_function_block (; 1 ;) (type $0)
(unreachable)
)
(func $test (; 2 ;) (type $0)
(block $label$1
(unreachable)
)
)
)