xref
: /
external
/
flatbuffers
/
tests
/
prototest
/
imported.proto
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
proto.test
;
2
3
message ImportedMessage {
4
optional int32 a = 26;
5
}
6