Sign in
flutter
/
third_party
/
protobuf
/
cd4af0abc1abfa28f9809e616fb0395a4766d735
/
.
/
ruby
/
tests
/
stress.proto
blob: e7a0042d00cc47be67488656b8915fe89c37669e [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
package
stress_test_protos
;
message
TestMessage
{
optional
int32
a
=
1
;
repeated
M b
=
2
;
}
message
M
{
optional
string
foo
=
1
;
}