Files
cli/vendor/wit-component/tests/merge/success/from/a.wit

8 lines
87 B
Plaintext

package foo:%from;
interface a {
use foo:foo/only-from@1.0.0.{r};
foo: func();
}