Files
cli/vendor/wit-component/tests/components/multi-package/foo/bar/component.wit.print

14 lines
155 B
Plaintext

package root:component;
world root {
import bar: interface {
record x {
a: u8,
}
bar1: func(x: string);
bar2: func(x: x);
}
}