11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
package foo:foo;
|
|
|
|
interface %interface {
|
|
type %type = u32;
|
|
type %world = %type;
|
|
|
|
record %record {
|
|
%variant: %world,
|
|
}
|
|
}
|