cb4e16d37cb2e1e13f01c22b79f396a0d3f9569a
[apps/agl-service-can-low-level.git] / tests / test_multiple_files.c
1 /*
2  * Tests if still compile if typedefs are redfefined in STATIC_ASSERTS when
3  * proto file includes another poto file
4  */
5
6 #include <stdio.h>
7 #include <pb_encode.h>
8 #include "callbacks2.pb.h"
9
10 int main()
11 {
12         return 0;
13 }