1
0
Fork 0
python-aristaproto/tests/inputs/regression_387/regression_387.proto

12 lines
151 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto3";
package regression_387;
message Test {
uint64 id = 1;
}
message ParentElement {
string name = 1;
repeated Test elems = 2;
}