Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/sourcemaps
/
.
/
test
/
parse
/
assert
/
assert-after-module.txt
blob: caa09bc34b1cab2b1c9bc3fef975f19151d855ed [
file
] [
log
] [
blame
] [
edit
]
;;; FLAGS: --spec
(module
(export "f" (func 0))
(func (result i32)
i32.const 0
return))
(assert_return (invoke "f") (i32.const 0))