Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
9ee3f004cb11127ee33b9f5d9285fa17841c2db2
/
.
/
test
/
parse
/
module
/
bad-element-followed-by-illegal-expression.txt
blob: 5243aedc8e06fb0a82981d251d7ad325d4020884 [
file
]
;;; TOOL: wat2wasm
;;; ARGS: --enable-gc
;;; ERROR: 1
( elem f64 ( ) )
(;; STDERR ;;;
out/test/parse/module/bad-element-followed-by-illegal-expression.txt:4:12: error: unexpected token (, expected ).
( elem f64 ( ) )
^
;;; STDERR ;;)