Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
ctor-eval
/
global-get-init.wast.out
blob: c5104e662ef56e9fdbd9bda447b11b97c05bb28e [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $none_
=>
_none
(
func
))
(
export
"test1"
(
func $test1
))
(
func $test1
(
type $none_
=>
_none
)
(
nop
)
)
)