Fix bugs in proto3 mode encoding of submessages (#256)
[apps/agl-service-can-low-level.git] / 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