blob: a766908048be10f5a97c22a5c7196e425816202e [file] [log] [blame]
(module
(type $0 (func))
(memory $0 0)
(func $0 (type $0)
(if
(i32.const 0)
(block $A
(br_table $A
(i32.const 0)
)
)
)
)
)