mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 05:04:23 +00:00
13 lines
151 B
Plaintext
13 lines
151 B
Plaintext
package foo:root;
|
|
package foo:name {
|
|
interface i1 {
|
|
type a = u32;
|
|
}
|
|
|
|
world w1 {
|
|
import imp1: interface {
|
|
use i1.{a};
|
|
}
|
|
}
|
|
}
|