blob: f81f08876e167b9489c01ef10fd344cb42a77a96 [file]
syntax = "proto3";
option java_package = "proto";
message Foo {
string msg = 1;
}