summaryrefslogtreecommitdiff
path: root/test/reduce/simple.wast.txt
blob: 9c162a7a6bebea1f612f14399f2ddb8ffe113e21 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $0 (func (result i32)))
 (memory $0 0)
 (export "x" (func $0))
 (func $0 (; 0 ;) (type $0) (result i32)
  (i32.const 5678)
 )
)