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