14 lines
163 B
Plaintext
14 lines
163 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
import qux: interface {
|
||
|
|
type x = s8;
|
||
|
|
|
||
|
|
qux1: func(x: list<string>);
|
||
|
|
|
||
|
|
qux2: func();
|
||
|
|
|
||
|
|
qux3: func(x: x);
|
||
|
|
}
|
||
|
|
}
|