Files
cli/vendor/wit-component/tests/components/import-empty-interface/module.wit

6 lines
62 B
Plaintext
Raw Normal View History

package foo:foo;
world module {
import foo: interface {}
}