Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e375fc4'
[apps/agl-service-can-low-level.git] / CAN-binder / libs / nanopb / tests / message_sizes / dummy.c
1 /* Just test that the file can be compiled successfully. */
2
3 #include "messages2.pb.h"
4
5 int main()
6 {
7     return xmit_size;
8 }
9