11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
export foo:foo/name;
|
||
|
|
export name: interface {
|
||
|
|
use foo:foo/name.{r2};
|
||
|
|
|
||
|
|
a: func();
|
||
|
|
}
|
||
|
|
}
|