summaryrefslogtreecommitdiff
path: root/test/passes/print-function-map.txt
blob: 5cf4c5843fb4ca343339308203be0e7d1f3326d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
0:Foo
1:bar
2:baz
(module
 (type $0 (func))
 (import "env" "foo" (func $Foo))
 (func $bar
 )
 (func $baz
 )
)