13 lines
95 B
Plaintext
13 lines
95 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
interface a {
|
||
|
|
type t = u32;
|
||
|
|
}
|
||
|
|
|
||
|
|
interface foo {
|
||
|
|
use a.{t};
|
||
|
|
}
|
||
|
|
|
||
|
|
world c {
|
||
|
|
}
|