(module
 (type $none_=>_none (func))
 (import "env" "bar" (func $bar))
 (import "env" "other" (func $other))
 (export "foo" (func $foo))
 (func $foo (; 2 ;)
  (call $bar)
 )
)
