Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/cpp20
/
.
/
test
/
reduce
/
destructive.wast.txt
blob: c05c72d788045c23cbd0d8840c4a713474dcfe96 [
file
] [
log
] [
blame
] [
edit
]
(module
(type $i32_=>_i32 (func (param i32) (result i32)))
(export "x" (func $0))
(func $0 (param $0 i32) (result i32)
(i32.const 100)
)
)