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