Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / 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