Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
lit
/
validation
/
non-ref.wast
blob: a065b6723e419663de0c17435edefe88c3eede8c [
file
] [
log
] [
blame
] [
edit
]
;;
RUN
:
not
wasm
-
opt
%
s
-
all
2
>&
1
|
filecheck
%
s
;;
CHECK
:
ref
.
as
value must be reference
(
module
(
func $test
(
drop
(
ref
.
as_non_null
(
i32
.
const
42
)
)
)
)
)