Files
cli/vendor/wit-component/tests/targets/success/test.wit

15 lines
136 B
Plaintext

package test:foo;
interface bar {
f: func();
}
interface foo {
f: func();
}
world foobar {
export bar;
export foo;
}