mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-28 14:48:18 +08:00
8 lines
90 B
Protocol Buffer
8 lines
90 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
package issue375;
|
||
|
|
||
|
message TestMessage {
|
||
|
repeated int32 nums = 1;
|
||
|
}
|