Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
assert
/
bad-assert-before-module.txt
blob: 6bade1bd82c3d83364cde4cbef81b5af27b364e5 [
file
] [
log
] [
blame
]
;;; TOOL: wast2json
;;; ERROR: 1
(assert_return (invoke "f") (i32.const 0))
(;; STDERR ;;;
out/test/parse/assert/bad-assert-before-module.txt:3:17: error: unknown module
(assert_return (invoke "f") (i32.const 0))
^^^^^^
;;; STDERR ;;)