summaryrefslogtreecommitdiff
path: root/test/passes/extract-function_pass-arg=extract@foo.txt
blob: a358743b5dcb9d2166ebe6c234a2080ed5144c77 (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 (; 2 ;)
  (call $bar)
 )
)