12 lines
107 B
Protocol Buffer
12 lines
107 B
Protocol Buffer
|
|
option optimize_for = LITE_RUNTIME;
|
|
|
|
package TestRepeated;
|
|
|
|
message Test {
|
|
|
|
repeated int32 i = 1;
|
|
|
|
}
|
|
|