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/51362 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
17 lines
388 B
C++
17 lines
388 B
C++
;; expected = R"---(;; This is a polyglot C++/WAT file.
|
|
;; Comment lines are ignored and not expected in the disassembler output.
|
|
(module
|
|
(tag $tag0)
|
|
(func $func0 (param $var0 i32) (result i32)
|
|
block $label0
|
|
try_table $label1 (result i32) catch $tag0 $label0
|
|
i32.const 0
|
|
br $label1
|
|
end $label1
|
|
br 1
|
|
end $label0
|
|
i32.const 0
|
|
)
|
|
)
|
|
;;)---";
|