Sign in
pigweed
/
third_party
/
github
/
protocolbuffers
/
protobuf
/
e3e797b680654b50ae644b06295cd51bb923ea74
/
.
/
tests
/
bindings
/
lua
/
test.proto
blob: c4b7e9c3dbd1490e5adae9d8e9d7ab5ce6253c7d [
file
]
syntax
=
"proto2"
;
package
upb_test
;
message
MapTest
{
map
<
string
,
double
>
map_string_double
=
1
;
}