index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
metadce
/
name_collision.wast.dced
blob: 6be2d6ecfabc11da760ea89839090de57f577de1 (
plain
)
1
2
3
4
5
6
(module (type $0 (func)) (export "test" (func $test)) (func $test (type $0) ) )