Files
cli/vendor/wit-component/tests/components/adapt-preview1/module.wit

8 lines
82 B
Plaintext
Raw Normal View History

package foo:foo;
world module {
import foo: interface {
foo: func();
}
}