summaryrefslogtreecommitdiff
path: root/test/metadce/name_collision.wast.dced
blob: 50e7010dc45189989d0d99202194d50680350074 (plain)
1
2
3
4
5
6
7
(module
 (type $0 (func))
 (export "test" (func $test))
 (func $test (type $0)
  (nop)
 )
)