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