Merge branch 'dev_tests_using_scons'
[apps/agl-service-can-low-level.git] / tests / multiple_files / test_multiple_files.c
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
9 int main()
10 {
11         return 0;
12 }