Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
expr
/
bad-globalset-name-undefined.txt
blob: 12a7242c2d65cea2637245db1061ecd2cb6b0787 [
file
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func
i32.const 1
global.set $f))
(;; STDERR ;;;
out/test/parse/expr/bad-globalset-name-undefined.txt:5:22: error: undefined global variable "$f"
global.set $f))
^^
;;; STDERR ;;)