aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto')
-rw-r--r--third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto b/third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto
index 045821217c..9bfbad7f82 100644
--- a/third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto
+++ b/third_party/protobuf/3.2.0/php/tests/proto/test_prefix.proto
@@ -5,3 +5,8 @@ option php_class_prefix = "Prefix";
message TestPrefix {
int32 a = 1;
}
+
+// Test prefix for reserved words.
+message Empty {
+ int32 a = 1;
+}