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

5 lines
57 B
Plaintext

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