8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
|
|
package test:test;
|
||
|
|
world lib-foo {
|
||
|
|
import foo1: func();
|
||
|
|
import bar: func() -> string;
|
||
|
|
export baz: func();
|
||
|
|
export foo2: func(x: string) -> option<list<u8>>;
|
||
|
|
}
|