Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
wabt
/
refs/heads/init_expr
/
.
/
test
/
roundtrip
/
generate-start-name.txt
blob: 115ac69354eec2138426476405b16ec16cc59a6f [
file
] [
edit
]
;;; TOOL: run-roundtrip
;;; ARGS: --stdout --debug-names --generate-names
(module
(func)
(start 0))
(;; STDOUT ;;;
(module
(type $t0 (func))
(func $f0 (type $t0))
(start $f0))
;;; STDOUT ;;)