Files
nanopb/tests/multiple_files/test_multiple_files.c
2013-09-10 22:34:54 +03:00

13 lines
177 B
C

/*
* Tests if this still compiles when multiple .proto files are involved.
*/
#include <stdio.h>
#include <pb_encode.h>
#include "callbacks2.pb.h"
int main()
{
return 0;
}