mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 08:02:06 +00:00

PR-URL: https://github.com/nodejs/node/pull/52293 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
14 lines
265 B
PHP
14 lines
265 B
PHP
;; expected = R"---(;; This is a polyglot C++/WAT file.
|
|
;; Comment lines are ignored and not expected in the disassembler output.
|
|
(module
|
|
(rec
|
|
(type $type0 (func))
|
|
)
|
|
(string "foo" (;0;))
|
|
(func $func0
|
|
string.const "foo" (;0;)
|
|
drop
|
|
)
|
|
)
|
|
;;)---";
|