1syntax = "proto3";
2
3message SecondOneof {
4    repeated int32 foo = 1;
5}
6
7message AnotherList {
8    repeated int32 bar = 1;
9}