9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
# Automatically generated; edit in Sphinx source code, not here.
|
|
module Test;
|
|
|
|
public type Foo = unit {
|
|
: void &size=2;
|
|
x: uint8;
|
|
|
|
on %done { print self; }
|
|
}; |