12 lines
105 B
Plaintext
12 lines
105 B
Plaintext
package foo:foo;
|
|
|
|
interface foo {
|
|
type t = u32;
|
|
}
|
|
|
|
world bar {
|
|
use foo.{t};
|
|
|
|
import foo: func();
|
|
}
|