blob: b592b6843da84e1c79b31d3cea5db2518dca5b63 [file] [log] [blame]
library fidl.test.byteandbytes;
struct ByteAndBytes {
byte single_byte;
bytes many_bytes;
bytes:1024 only_one_k_bytes;
bytes:1024? opt_only_one_k_bytes;
};