Files
cli/vendor/wit-parser/tests/ui/union-fuzz-2.wit

13 lines
115 B
Plaintext

package foo:bar;
world foo {
export foo: func() -> f32;
}
world bar {
include foo;
record foo {}
}