summaryrefslogtreecommitdiff
path: root/test/reduce/simple.wast.txt
blob: b5209d1bc9f6c57f06d4e2d736d5f6671e4e5269 (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 (type $0) (result i32)
  (i32.const 5678)
 )
)