Sign in
bazel
/
bazel
/
66693e77d0df7ab3ea1f4e8a3b7b66fabbc2af77
/
.
/
third_party
/
protobuf
/
3.4.0
/
php
/
tests
/
proto
/
test_include.proto
blob: 9844617fa858e12895e00acd70b2174f81db3314 [
file
]
syntax
=
"proto3"
;
package
bar
;
message
TestInclude
{
int32
a
=
1
;
}