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

10 lines
86 B
Plaintext
Raw Normal View History

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