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