8 lines
77 B
Plaintext
8 lines
77 B
Plaintext
|
|
interface cycle1 {
|
||
|
|
type t = u32;
|
||
|
|
}
|
||
|
|
|
||
|
|
interface cycle3 {
|
||
|
|
use cycle2.{t};
|
||
|
|
}
|