279216b0b4eed96438191e89d151b9f4d088dba2
[apps/agl-service-can-low-level.git] / tests / no_messages.proto
1 /* Test that a file without any messages works. */
2
3 enum Test {
4     First = 1;
5 }
6
7