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

syntax = "proto2";

enum Test {
    First = 1;
}