Files
cli/vendor/wit-component/tests/components/error-missing-import-func/module.wit

10 lines
81 B
Plaintext

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