7 lines
179 B
Plaintext
7 lines
179 B
Plaintext
# Automatically generated; edit in Sphinx source code, not here.
|
|
module Test;
|
|
|
|
public type Foo = unit {
|
|
x: bytes &until=b"\x00" &max-size=1024;
|
|
on %done { print self; }
|
|
}; |