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