11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
export foo:bar/a;
|
||
|
|
export anon: interface {
|
||
|
|
use foo:bar/a.{r};
|
||
|
|
|
||
|
|
foo: func() -> r;
|
||
|
|
}
|
||
|
|
}
|