Start moving the tests into subfolders. Transition to SCons for build system for...
[apps/agl-service-can-low-level.git] / tests / multiple_files / 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 }