Files
cli/vendor/wit-component/tests/interfaces/print-keyword.wit

11 lines
132 B
Plaintext
Raw Normal View History

package foo:foo;
interface %interface {
type %type = u32;
type %world = %type;
record %record {
%variant: %world,
}
}