Files
cli/vendor/wit-parser/tests/ui/parse-fail/non-existance-world-include/root.wit

6 lines
65 B
Plaintext
Raw Normal View History

package foo:foo;
world foo {
include foo:baz/non-existance;
}