Files
cli/vendor/wit-component/tests/interfaces/pkg-use-chain2/foo.wit

6 lines
58 B
Plaintext
Raw Normal View History

package foo:foo;
interface foo {
use bar.{the-name};
}