example4.proto 134 B

12345
  1. message Test4 {
  2. repeated int32 d = 4 [packed=true];
  3. }
  4. // Test4 should encode to "<22 06 03 8E 02 9E A7 05>" with d=[3, 270, 86942]