Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
c8bac64fb700aa549808de7dcae296f1f7bf94de
/
.
/
test
/
lit
/
node
/
fuzz_shell_second.wast.second
blob: 3c52a59c9cfd2b600b73a22cf747b83ba50be12c [
file
]
;;
Second
module
for
the test
.
(
module
(
func $second
(
export
"second"
)
(
result i32
)
(
i32
.
const
1337
)
)
)