Files
cli/vendor/wit-component/tests/components/no-realloc-required/module.wit

8 lines
91 B
Plaintext
Raw Normal View History

package foo:foo;
world module {
import foo: interface {
log: func(s: string);
}
}