aboutsummaryrefslogtreecommitdiff
path: root/tests/no_messages/no_messages.proto
blob: 279216b0b4eed96438191e89d151b9f4d088dba2 (plain)
1
2
3
4
5
6
7
/* Test that a file without any messages works. */

enum Test {
    First = 1;
}