Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/unassert
/
.
/
test
/
passes
/
O1.txt
blob: 8c286d8e6bab8ed43898bfdcc9f12513342486fe [
file
] [
log
] [
blame
] [
edit
]
(module
(type $none_=>_i32 (func (result i32)))
(memory $0 1 1)
(export "foo" (func $0))
(func $0 (result i32)
(drop
(i32.const 0)
)
(i32.load align=1
(i32.const 4)
)
)
)