summaryrefslogtreecommitdiff
path: root/test/passes/remove-unused-names_vacuum.txt
blob: 3819fcbec217f0dcce5e812ca16f6caf5fa79b56 (plain)
1
2
3
4
5
6
7
8
(module
  (memory $0 0)
  (type $0 (func (result i32)))
  (func $return-i32-but-body-is-unreachable3 (type $0) (result i32)
    (local $label i32)
    (unreachable)
  )
)