Sign in
bazel
/
bazel
/
8cc62f781ff4e724f8c2f763487390063fcc79e4
/
.
/
third_party
/
protobuf
/
3.4.0
/
php
/
tests
/
proto
/
test_prefix.proto
blob: 9bfbad7f82d3e5c96d09b34bc66a7784fce0fbb3 [
file
] [
log
] [
blame
]
syntax
=
"proto3"
;
option
php_class_prefix
=
"Prefix"
;
message
TestPrefix
{
int32
a
=
1
;
}
// Test prefix for reserved words.
message
Empty
{
int32
a
=
1
;
}