Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dummy.c « message_sizes « tests - github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 767ad463b8a1e1bd829d9ae5c2ef30b74c15ac30 (plain)
1
2
3
4
5
6
7
8
9
/* Just test that the file can be compiled successfully. */

#include "messages2.pb.h"

int main()
{
    return xmit_size;
}