Files
cli/vendor/wit-parser/tests/ui/multi-file/cycle-a.wit

8 lines
77 B
Plaintext
Raw Normal View History

interface cycle1 {
type t = u32;
}
interface cycle3 {
use cycle2.{t};
}