summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-globalget-name-undefined.txt
blob: abd83f52f544d697696cbc961fcfb31176b5428a (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func global.get $n))
(;; STDERR ;;;
out/test/parse/expr/bad-globalget-name-undefined.txt:3:26: error: undefined global variable "$n"
(module (func global.get $n))
                         ^^
;;; STDERR ;;)