summaryrefslogtreecommitdiff
path: root/test/passes/roundtrip.txt
blob: 85d07977d41a8073363eea7618956c85840f5cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
(module
 (type $0 (func))
 (export "foo" (func $0))
 (func $0
  (unreachable)
 )
)
(module
 (memory $0 1 1)
 (table $0 0 funcref)
)