• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* Test that a file without any messages works. */
2
3syntax = "proto2";
4
5enum Test {
6    First = 1;
7}
8
9
10