Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/stack-switching-test-coverage
/
.
/
test
/
lit
/
basic
/
ref.wast
blob: f30c323fd0e88420cfaa3648af3d1f34a90d3a68 [
file
] [
log
] [
blame
] [
edit
]
;;
RUN
:
not
wasm
-
shell
%
s
2
>&
1
|
filecheck
%
s
(
module
(
func
(
export
"f"
)
(
result
(
ref
null
i31
))
(
ref
.
null
i31
)
)
)
;;
CHECK
:
expected i31
,
got nullref
(
assert_return
(
invoke
"f"
)
(
ref
.
i31
))