blob: 868c25e426771d8d175e0d3e44454f20ac0373ab [file] [log] [blame]
(module
(type $none_=>_none (func))
(memory $0 0)
(func $0
(if
(i32.const 0)
(block $A
(br_table $A
(i32.const 0)
)
)
)
)
)