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