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

6 lines
57 B
Plaintext
Raw Normal View History

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