Sign in
chromium
/
external
/
github.com
/
WebAssembly
/
binaryen
/
refs/heads/binary-parser-refactor-name-fixup
/
.
/
test
/
metadce
/
name_collision.wast.dced
blob: 50e7010dc45189989d0d99202194d50680350074 [
file
] [
log
] [
blame
] [
edit
]
(
module
(
type $0
(
func
))
(
export
"test"
(
func $test
))
(
func $test
(
type $0
)
(
nop
)
)
)