Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen.git
/
refs/heads/debuginfo
/
.
/
test
/
passes
/
O.wast
blob: 8477c5306851dc5f1c1114c99ec33321af396dcf [
file
] [
log
] [
blame
] [
edit
]
(
module
(
func $ret
(
export
"ret"
)
(
result i32
)
(
block $out i32
(
drop
(
call $ret
))
(
if
(
call $ret
)
(
return
(
return
(
i32
.
const
1
)
)
)
)
(
drop
(
br_if $out
(
i32
.
const
999
)
(
i32
.
const
1
)))
(
unreachable
)
)
)
)