5 lines
59 B
Protocol Buffer
5 lines
59 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message NoNameSpace {
|
|
int32 a = 1;
|
|
}
|