Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / tests / no_messages / no_messages.proto
1 /* Test that a file without any messages works. */
2
3 syntax = "proto2";
4
5 enum Test {
6     First = 1;
7 }
8
9