Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
expr
/
bad-localset-undefined.txt
blob: 031895a5c79c2a569e4278ec0d32dfd5a9905961 [
file
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 0
local.set 0))
(;; STDERR ;;;
out/test/parse/expr/bad-localset-undefined.txt:5:21: error: local variable out of range (max 0)
local.set 0))
^
;;; STDERR ;;)