7 lines
83 B
Protocol Buffer
7 lines
83 B
Protocol Buffer
/* Test that a file without any messages works. */
|
|
|
|
enum Test {
|
|
First = 1;
|
|
}
|
|
|
|
|