example1.proto 99 B

12345
  1. message Test1 {
  2. required int32 a = 1;
  3. }
  4. // Test1 should encode to "08 96 01" with Test1#a=150