diff options
Diffstat (limited to 'test/parse/func/bad-param-after-local.txt')
-rw-r--r-- | test/parse/func/bad-param-after-local.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/parse/func/bad-param-after-local.txt b/test/parse/func/bad-param-after-local.txt new file mode 100644 index 00000000..b7b71754 --- /dev/null +++ b/test/parse/func/bad-param-after-local.txt @@ -0,0 +1,5 @@ +;;; ERROR: 1 +(module (func (local i32) (param i32))) +(;; STDERR ;;; +parse/func/bad-param-after-local.txt:2:28: syntax error, unexpected PARAM +;;; STDERR ;;) |