mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 23:30:53 +00:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
package foo:empty;
|
|
|
|
interface empty {}
|
|
|
|
world empty-world {
|
|
import empty;
|
|
import empty: interface {}
|
|
export empty;
|
|
export empty2: interface {}
|
|
}
|
|
|
|
world actually-empty-world {}
|