blob: 862e8e124dc7a63ce724312191e04b53874f71e7 [file] [log] [blame]
library fidl.test.byteandbytes;
type ByteAndBytes = struct {
single_byte byte;
many_bytes bytes;
only_one_k_bytes bytes:1024;
opt_only_one_k_bytes bytes:<1024, optional>;
};