summaryrefslogtreecommitdiffstats
path: root/tests/inputs/repeated/repeated.proto
blob: 4f3c788c9e18618e63f493cf5f6552ba5449f6b7 (plain)
1
2
3
4
5
6
7
syntax = "proto3";

package repeated;

message Test {
    repeated string names = 1;
}