2018-12-22 23:30:39 +01:00

10 lines
156 B
Protocol Buffer

// single line comment
/**
* Naranjas.
*/
message TestC { // one more
required /***** uncommon block ****/int32 a = 1; // another more
}
// the end.