summaryrefslogtreecommitdiff
path: root/test/regress/regress-16.txt
blob: 2e754abe9d57a0c2c9e5c3e0786c10dea1ebe653 (plain)
1
2
3
4
5
6
7
8
9
;;; TOOL: wat2wasm
;;; ERROR: 1
(start $2)
(start 42)
(;; STDERR ;;;
out/test/regress/regress-16.txt:4:2: error: multiple start sections
(start 42)
 ^^^^^
;;; STDERR ;;)