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