7 lines
73 B
Protocol Buffer
7 lines
73 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message SecondOneof {
|
|
repeated int32 foo = 1;
|
|
}
|
|
|