Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/travis_cleanup
/
.
/
test
/
reg_switch.wast.from-wast
blob: c1a3c5a4ab99434aeab15b25f26355ae4156ae51 [
file
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
memory $0
0
)
(
func $0
(;
0
;)
(
if
(
i32
.
const
0
)
(
block $A
(
br_table $A
(
i32
.
const
0
)
)
)
)
)
)