protobuf/php/tests/test_include.proto
2016-09-15 17:59:49 -07:00

8 lines
73 B
Protocol Buffer

syntax = "proto3";
package bar;
message TestInclude {
int32 a = 1;
}