mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 09:06:27 +00:00
17 lines
192 B
Plaintext
17 lines
192 B
Plaintext
package foo:empty;
|
|
|
|
interface empty {
|
|
}
|
|
|
|
world empty-world {
|
|
import empty;
|
|
import empty: interface {
|
|
}
|
|
|
|
export empty;
|
|
export empty2: interface {
|
|
}
|
|
}
|
|
world actually-empty-world {
|
|
}
|