blob: 767ad463b8a1e1bd829d9ae5c2ef30b74c15ac30 [file] [log] [blame]
Etan Cohen7ef855e2014-08-20 10:11:11 -07001/* Just test that the file can be compiled successfully. */
2
3#include "messages2.pb.h"
4
5int main()
6{
7 return xmit_size;
8}
9