Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
module
/
bad-export-global-name-undefined.txt
blob: 7a43b38e7d24b23c69cae1c859d4f3260490bf3e [
file
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export "foo" (global $bar)))
(;; STDERR ;;;
out/test/parse/module/bad-export-global-name-undefined.txt:3:31: error: undefined global variable "$bar"
(module (export "foo" (global $bar)))
^^^^
;;; STDERR ;;)