Files
cli/vendor/wit-component/tests/components/import-in-adapter-and-main-module/module.wit

12 lines
187 B
Plaintext
Raw Normal View History

package foo:foo;
world module {
import foo:shared-dependency/doc;
import main-dep: interface {
use foo:shared-dependency/types.{a-typedef};
foo: func() -> a-typedef;
}
}