14 lines
155 B
Plaintext
14 lines
155 B
Plaintext
package root:component;
|
|
|
|
world root {
|
|
import bar: interface {
|
|
record x {
|
|
a: u8,
|
|
}
|
|
|
|
bar1: func(x: string);
|
|
|
|
bar2: func(x: x);
|
|
}
|
|
}
|