# 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; } };