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

13 lines
95 B
Plaintext
Raw Normal View History

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