blob: 4841f7d41e213fe6f2b22274f8c7cb33c807fb63 [file] [log] [blame]
library 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>;
};