pebble/third_party/nanopb/tests/no_messages/no_messages.proto
2025-01-27 11:38:16 -08:00

9 lines
103 B
Protocol Buffer

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