Files
cli/vendor/wit-component/tests/components/link-got-func/component.wit.print

8 lines
91 B
Plaintext
Raw Normal View History

package root:component;
world root {
import test:test/test;
export test:test/test;
}