index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
spec
/
address-offset-range.fail.wast
blob: 127327a260d2927db6222bffc3f1e895abca79f9 (
plain
)
1
2
3
4
(module (memory 1) (func $bad (drop (i32.load offset=4294967296 (i32.const 0)))) )