Files
cli/vendor/wit-component/tests/components/initialize/module.wit

6 lines
55 B
Plaintext
Raw Normal View History

package foo:foo;
world module {
export a: func();
}