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 ;;)