package foo:bar1; interface f { resource fd; } interface utils { use f.{fd}; my-func: func() -> own; } world test { export utils; }