summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-export-func-name-undefined.txt
blob: 8561862d6a4fc8f357400de3ca0d2dd6e5d74003 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (func $foo)))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-name-undefined.txt:3:29: error: undefined function variable "$foo"
(module (export "foo" (func $foo)))
                            ^^^^
;;; STDERR ;;)