;;; ERROR: 1 (module (export "mem" (memory 0))) (;; STDERR ;;; out/test/parse/module/bad-export-memory-undefined.txt:3:25: error: memory variable out of range (max 0) (export "mem" (memory 0))) ^ ;;; STDERR ;;)