test.proto 109 B

123456
  1. message at {
  2. optional int32 aa = 1;
  3. optional int32 bb = 2;
  4. optional string cc = 3;
  5. }