Files
Kmake/deps/v8/test/unittests/wasm/wasm-disassembler-unittest-too-many-ends.wat.inc

10 lines
183 B
PHP
Raw Normal View History

2026-05-26 23:36:42 -07:00
;; expected = R"---(;; This is a polyglot C++/WAT file.
(module
(func $doubleEnd (;0;) (export "doubleEnd")
nop
)
;; Unexpected end byte
;; Unexpected end byte
)
;;)---";