Files
cli/vendor/wit-parser/tests/ui/parse-fail/pkg-cycle/root.wit

5 lines
56 B
Plaintext

package foo:foo;
interface foo {
use foo:a1/foo.{};
}