Implement generator support for extension fields (no encoder/decoder support yet)
[apps/agl-service-can-low-level.git] / tests / alltypes.proto
index 6ccf57d..a2cf8bb 100644 (file)
@@ -86,5 +86,8 @@ message AllTypes {
     // Just to make sure that the size of the fields has been calculated
     // properly, i.e. otherwise a bug in last field might not be detected.
     required int32      end = 99;
+
+
+    extensions 200 to 255;
 }