rustc/vendor/wit-parser-0.219.1/tests/ui/union-fuzz-2.wit
2025-01-11 15:57:26 +01:00

13 lines
125 B
Plaintext

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