Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
ctor-eval
/
params.wast.out
blob: e327570ac06a0cf0a8f245b9a79d8000943147f1 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $i32_
=>
_none
(
func
(
param i32
)))
(
export
"test1"
(
func $0
))
(
func $0
(
type $i32_
=>
_none
)
(
param $x i32
)
(
nop
)
)
)