Sign in
fuchsia
/
third_party
/
protobuf
/
refs/heads/upstream/ruby-json-pool-fix
/
.
/
ruby
/
tests
/
stress.proto
blob: 517e74638c98a0b7e726b869cd4efb67ff12266c [
file
] [
log
] [
blame
] [
edit
]
syntax
=
"proto3"
;
package
stress_test_protos
;
message
TestMessage
{
int32
a
=
1
;
repeated
M b
=
2
;
}
message
M
{
string
foo
=
1
;
}