naiveproxy/third_party/protobuf/php/tests/proto/test_include.proto

8 lines
73 B
Protocol Buffer
Raw Normal View History

2018-02-02 13:49:39 +03:00
syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}