aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_proto_library/adjusted_c.proto
blob: 500144c1dfede7d811fc56ff5ef0cfd7c3c067bb (plain)
1
2
3
4
5
6
7
syntax = "proto3";

package adjusted.c;

message C {
  int64 c = 1;
}