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

7 lines
78 B
Plaintext

package foo:bar;
interface foo {
type foo = u32;
type t = borrow<foo>;
}