Files
cli/vendor/wit-parser/tests/ui/complex-include/deps/baz/root.wit

10 lines
93 B
Plaintext

package foo:baz;
interface a {}
interface b {}
world baz-a {
import a;
import b;
}