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 } 13