5 lines
59 B
Protocol Buffer
5 lines
59 B
Protocol Buffer
import "./c.proto";
|
|
|
|
message B {
|
|
optional string b = 1;
|
|
} |