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

7 lines
75 B
Plaintext
Raw Normal View History

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