summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-setlocal-undefined.txt
blob: 24df40820be21f160e1897c7e7dfc9850246481d (plain)
1
2
3
4
5
6
7
;;; ERROR: 1
(module (func (set_local 0 (i32.const 0))))
(;; STDERR ;;;
parse/expr/bad-setlocal-undefined.txt:2:26: local variable out of range (max 0)
(module (func (set_local 0 (i32.const 0))))
                         ^
;;; STDERR ;;)