blob: 733103cb21c32e06feb631f4da6b361e1ea8c4e2 [file] [log] [blame]
syntax = "proto3";
message SecondOneof {
repeated int32 foo = 1;
}
message AnotherList {
repeated int32 bar = 1;
}