13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
package foo:root;
|
|
package foo:name {
|
|
interface i1 {
|
|
type a = u32;
|
|
}
|
|
|
|
world w1 {
|
|
import imp1: interface {
|
|
use i1.{a};
|
|
}
|
|
}
|
|
}
|