comments.proto 156 B

12345678910
  1. // single line comment
  2. /**
  3. * Naranjas.
  4. */
  5. message TestC { // one more
  6. required /***** uncommon block ****/int32 a = 1; // another more
  7. }
  8. // the end.