2018-12-22 23:30:39 +01:00

6 lines
134 B
Protocol Buffer

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