blob: 3a3667cca8cc43f57837f474a8566f367dc7d86e [file] [edit]
;;; ERROR: 1
(module
(func i32.const -))
(;; STDERR ;;;
out/test/parse/expr/bad-const-i32-just-negative-sign.txt:3:19: unexpected token "-"
(func i32.const -))
^
out/test/parse/expr/bad-const-i32-just-negative-sign.txt:3:20: syntax error, unexpected ), expecting NAT or INT or FLOAT
(func i32.const -))
^
;;; STDERR ;;)