blob: 05722dc5e0f592ce03e4cc486e73a838e365f006 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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;
}
|