mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +00:00
13 lines
125 B
Plaintext
13 lines
125 B
Plaintext
package foo:bar;
|
|
|
|
world foo {
|
|
export foo: func() -> (%name2: f32);
|
|
}
|
|
|
|
|
|
world bar {
|
|
include foo;
|
|
|
|
record foo {}
|
|
}
|