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 {}
|