summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-setlocal-name-undefined.txt
blob: b5d9f1420d30634119aa89379315bcd96679ca3e (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func 
          i32.const 0
          set_local $n))
(;; STDERR ;;;
out/test/parse/expr/bad-setlocal-name-undefined.txt:5:21: error: undefined local variable "$n"
          set_local $n))
                    ^^
;;; STDERR ;;)