blob: 048f4968a9411831c312f1bf417c65f2d110e517 [file] [log] [blame] [edit]
;;; ERROR: 1
(module (export "foo" (func 0)))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-undefined.txt:2:29: function variable out of range (max 0)
(module (export "foo" (func 0)))
^
;;; STDERR ;;)