;;; ERROR: 1 (module (func i32.const one-hundred)) (;; STDERR ;;; out/test/parse/expr/bad-const-i32-garbage.txt:2:25: unexpected token "one-hundred" (module (func i32.const one-hundred)) ^^^^^^^^^^^ out/test/parse/expr/bad-const-i32-garbage.txt:2:36: syntax error, unexpected ), expecting NAT or INT or FLOAT (module (func i32.const one-hundred)) ^ ;;; STDERR ;;)