Sign in
flutter
/
third_party
/
protobuf
/
c518f2564ea5e7950f75a032a471f3689e297d36
/
.
/
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
;
}