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