Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
module
/
bad-export-func-no-string.txt
blob: 384950ab210f62a027f09b5e17e717de3cb9e719 [
file
] [
log
] [
blame
] [
edit
]
;;; ERROR: 1
(module (func nop) (export nop nop))
(;; STDERR ;;;
out/test/parse/module/bad-export-func-no-string.txt:2:28: syntax error, unexpected NOP, expecting TEXT
(module (func nop) (export nop nop))
^^^
;;; STDERR ;;)