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

5 lines
68 B
Plaintext
Raw Normal View History

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