Training
Consulting
Tools
xref
: /
nanopb-3.4.0
/
tests
/
regression
/
issue_637
/
other.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
syntax = "proto3";
2
3
message SecondOneof {
4
repeated int32 foo = 1;
5
}
6
7