Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/stats
/
.
/
test
/
untaken-br_if.wast.fromBinary.noDebugInfo
blob: dd7d1197c7ac484f91b3d38145e5515e38f5cfe1 [
file
] [
edit
]
(
module
(
type $0
(
func
(
result f32
)))
(
func $0
(
type $0
)
(
result f32
)
(
if
(
result f32
)
(
i32
.
const
1
)
(
unreachable
)
(
block $label$3
(
result f32
)
(
drop
(
f32
.
const
1
)
)
(
unreachable
)
)
)
)
)