mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
9 lines
103 B
Protocol Buffer
9 lines
103 B
Protocol Buffer
/* Test that a file without any messages works. */
|
|
|
|
syntax = "proto2";
|
|
|
|
enum Test {
|
|
First = 1;
|
|
}
|
|
|
|
|