Files
cli/vendor/wit-component/tests/components/tricky-resources2/component.wit.print

11 lines
137 B
Plaintext
Raw Normal View History

package root:component;
world root {
export foo:bar/a;
export anon: interface {
use foo:bar/a.{r};
foo: func() -> r;
}
}