10 lines
165 B
Protocol Buffer
10 lines
165 B
Protocol Buffer
|
// single line comment
|
||
|
|
||
|
/**
|
||
|
* Naranjas.
|
||
|
*/
|
||
|
message TestC { // one more
|
||
|
required /***** uncommon block ****/int32 a = 1; // another more
|
||
|
}
|
||
|
|
||
|
// the end.
|