summaryrefslogtreecommitdiff
path: root/test/parse/module/bad-export-memory-name-undefined.txt
blob: 879dc3490cc684231bd4938fa6f90ac577c42438 (plain)
1
2
3
4
5
6
7
8
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (memory $bar)))
(;; STDERR ;;;
out/test/parse/module/bad-export-memory-name-undefined.txt:3:31: error: undefined memory variable "$bar"
(module (export "foo" (memory $bar)))
                              ^^^^
;;; STDERR ;;)