test_multiple_files.c revision 7ef855e462b9a18b7d330e4b40f350164a6ad9da
1/*
2 * Tests if this still compiles when multiple .proto files are involved.
3 */
4
5#include <stdio.h>
6#include <pb_encode.h>
7#include "callbacks2.pb.h"
8
9int main()
10{
11	return 0;
12}
13