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

8 lines
96 B
Plaintext

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