blob: 79aedbafcee91a65eec5e1232624345f34ffabd6 (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (func (module)))
(;; STDERR ;;;
out/test/parse/expr/bad-unexpected.txt:3:16: error: unexpected token "module", expected an instr.
(module (func (module)))
^^^^^^
;;; STDERR ;;)
|