no_messages.proto 103 B

123456789
  1. /* Test that a file without any messages works. */
  2. syntax = "proto2";
  3. enum Test {
  4. First = 1;
  5. }