blob: 05722dc5e0f592ce03e4cc486e73a838e365f006 [file] [log] [blame]
/*
* Tests if this still compiles when multiple .proto files are involved.
*/
#include <stdio.h>
#include <pb_encode.h>
#include "callbacks2.pb.h"
int main()
{
return 0;
}