6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
|
package foo:foo;
|
||
|
|
|
||
|
|
world module {
|
||
|
|
export a: func(x: string) -> string;
|
||
|
|
}
|