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

10 lines
93 B
Plaintext

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