test_include.proto 73 Bytes
Newer Older
1 2 3 4 5 6 7
syntax = "proto3";

package bar;

message TestInclude {
  int32 a = 1;
}