aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/tests/proto/test_include.proto
blob: 9844617fa858e12895e00acd70b2174f81db3314 (plain)
1
2
3
4
5
6
7
syntax = "proto3";

package bar;

message TestInclude {
  int32 a = 1;
}