Files
nanopb/tests/test_multiple_files.c
2012-11-16 09:33:11 +02:00

14 lines
221 B
C

/*
* Tests if still compile if typedefs are redfefined in STATIC_ASSERTS when
* proto file includes another poto file
*/
#include <stdio.h>
#include <pb_encode.h>
#include "callbacks2.pb.h"
int main()
{
return 0;
}