summaryrefslogtreecommitdiff
path: root/test/parse/expr/bad-getlocal-empty.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/parse/expr/bad-getlocal-empty.txt')
-rw-r--r--test/parse/expr/bad-getlocal-empty.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/expr/bad-getlocal-empty.txt b/test/parse/expr/bad-getlocal-empty.txt
new file mode 100644
index 00000000..a16d0792
--- /dev/null
+++ b/test/parse/expr/bad-getlocal-empty.txt
@@ -0,0 +1,5 @@
+;;; ERROR: 1
+(module (func (local i32) (get_local)))
+(;; STDERR ;;;
+parse/expr/bad-getlocal-empty.txt:2:37: syntax error, unexpected ), expecting INT or VAR
+;;; STDERR ;;)