Files
cli/vendor/wit-component/tests/interfaces/world-pkg-conflict/foo.wit

10 lines
63 B
Plaintext
Raw Normal View History

package foo:foo;
world c {
}
interface foo {
use a.{t};
}