Files
nanopb/tests/no_messages.proto

8 lines
83 B
Protocol Buffer

/* Test that a file without any messages works. */
enum Test {
First = 1;
}