Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/main
/
.
/
test
/
parse
/
expr
/
bad-localget-undefined.txt
blob: 9b58efd37ed171f1b9a05bf0f9e06edfc506b180 [
file
] [
edit
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
(func
local.get 0
drop))
(;; STDERR ;;;
out/test/parse/expr/bad-localget-undefined.txt:5:15: error: local variable out of range (max 0)
local.get 0
^
;;; STDERR ;;)