Sign in
◑
Theme
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
3dfa37fbb33ae2cd4b6382ea8c8e4399faf79ff4
/
.
/
ruby
/
tests
/
stress.proto
blob: e7a0042d00cc47be67488656b8915fe89c37669e [
file
]
syntax
=
"proto3"
;
package
stress_test_protos
;
message
TestMessage
{
optional
int32
a
=
1
;
repeated
M b
=
2
;
}
message
M
{
optional
string
foo
=
1
;
}