Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
module
/
bad-export-func-empty.txt
blob: 1712816d436fa8d858bda4398216ab790c8d533c [
file
]
;;; TOOL: wat2wasm
;;; ERROR: 1
(module (export))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-empty.txt:3:16: error: unexpected token ")", expected a quoted string (e.g. "foo").
(module (export))
^
;;; STDERR ;;)