summaryrefslogtreecommitdiff
path: root/test/regress/regress-15.txt
blob: 15e8787917db2d28793e56ea860c90bcfa88f78b (plain)
1
2
3
4
5
6
7
8
9
10
;;; TOOL: wat2wasm
;;; ERROR: 1
(module
  (func (result i32)
    (return (i32.const 42)))(
(;; STDERR ;;;
out/test/regress/regress-15.txt:5:29: error: unexpected token (, expected ).
    (return (i32.const 42)))(
                            ^
;;; STDERR ;;)