Files
cli/vendor/wit-parser/tests/ui/parse-fail/bad-pkg2/root.wit

6 lines
66 B
Plaintext

package foo:foo;
interface foo {
use foo:bar/nonexistent.{};
}