summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-getlocal-empty.txt
blob: 4c95aa06910d246acbf8fc0539b668b444f45c2a (plain)
1
2
3
4
5
6
7
;;; ERROR: 1
(module (func (local i32) (get_local)))
(;; STDERR ;;;
parse/expr/bad-getlocal-empty.txt:2:37: syntax error, unexpected ), expecting INT or VAR
(module (func (local i32) (get_local)))
                                    ^
;;; STDERR ;;)