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

8 lines
79 B
Plaintext

// parse-fail
package foo:foo;
interface foo {
x: func() -> nonexistent;
}