mirror of
https://github.com/google/pebble.git
synced 2025-03-16 01:01:20 +00:00
10 lines
126 B
C
10 lines
126 B
C
|
/* Just test that the file can be compiled successfully. */
|
||
|
|
||
|
#include "messages2.pb.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return xmit_size;
|
||
|
}
|
||
|
|