summaryrefslogtreecommitdiff
path: root/test/passes/extract-function_pass-arg=extract@foo.txt
blob: 6726bb3a44ea725de290a16bb5ebdb2a81b072f9 (plain)
1
2
3
4
5
6
7
8
9
(module
 (type $none_=>_none (func))
 (import "env" "bar" (func $bar))
 (import "env" "other" (func $other))
 (export "foo" (func $foo))
 (func $foo
  (call $bar)
 )
)