8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
|
|
package root:component;
|
||
|
|
|
||
|
|
world root {
|
||
|
|
import new: interface {
|
||
|
|
get-two: func() -> tuple<u32, u32>;
|
||
|
|
}
|
||
|
|
}
|