blob: a9bddb7541cd18a507db0f6cae4b5a87cd65176a [file] [edit]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func local.get $n))
(;; STDERR ;;;
out/test/parse/expr/bad-localget-name-undefined.txt:3:25: error: undefined local variable "$n"
(module (func local.get $n))
^^
;;; STDERR ;;)