10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
import foo:foo/foo;
|
||
|
|
|
||
|
|
export x: interface {
|
||
|
|
use foo:foo/foo.{r};
|
||
|
|
}
|
||
|
|
}
|