Files
cli/vendor/wit-parser/tests/ui/world-top-level-funcs.wit

10 lines
163 B
Plaintext

package foo:foo;
world foo {
import foo: func();
export foo2: func();
import bar: func(arg: list<u32>);
export some-name: func() -> list<option<u32>>;
}