blob: ddee46612624d0b6e7e5918a30d1c91785e508da [file] [log] [blame]
library example;
struct ByteAndBytes {
byte single_byte;
bytes many_bytes;
bytes:1024 only_one_k_bytes;
bytes:1024? opt_only_one_k_bytes;
};