/* Test nanopb option parsing. * options.expected lists the patterns that are searched for in the output. */syntax="proto2";import"nanopb.proto";messageMessage1{requiredbytesdata=1[(nanopb).type=FT_INLINE,(nanopb).max_size=32];}messageMessage2{optionalbytesdata=1[(nanopb).type=FT_INLINE,(nanopb).max_size=64];}