blob: 76131c34d9b4e213c982a690f686e4473c42973b (
plain)
1
2
3
4
5
6
7
8
|
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (func 0)))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-undefined.txt:3:29: error: function variable out of range: 0 (max 0)
(module (export "foo" (func 0)))
^
;;; STDERR ;;)
|