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

6 lines
58 B
Plaintext

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