pebble/third_party/nanopb/tests/regression/issue_306/large_extension.proto

11 lines
110 B
Protocol Buffer
Raw Permalink Normal View History

syntax = "proto2";
message Foo {
extensions 1 to max;
}
extend Foo {
optional int32 foo_ext = 99999;
}