aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/unittest_custom_options.proto
diff options
context:
space:
mode:
Diffstat (limited to 'src/google/protobuf/unittest_custom_options.proto')
-rw-r--r--src/google/protobuf/unittest_custom_options.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google/protobuf/unittest_custom_options.proto b/src/google/protobuf/unittest_custom_options.proto
index 88f6f1f7..b6ee03da 100644
--- a/src/google/protobuf/unittest_custom_options.proto
+++ b/src/google/protobuf/unittest_custom_options.proto
@@ -204,6 +204,8 @@ message SettingRealsFromNegativeInts {
message ComplexOptionType1 {
optional int32 foo = 1;
+ optional int32 foo2 = 2;
+ optional int32 foo3 = 3;
extensions 100 to max;
}