diff options
Diffstat (limited to 'Software/External Repositories/Protobuf/protobuf-c-master/t/issue251/issue251.c')
| -rw-r--r-- | Software/External Repositories/Protobuf/protobuf-c-master/t/issue251/issue251.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Software/External Repositories/Protobuf/protobuf-c-master/t/issue251/issue251.c b/Software/External Repositories/Protobuf/protobuf-c-master/t/issue251/issue251.c new file mode 100644 index 000000000..928da567e --- /dev/null +++ b/Software/External Repositories/Protobuf/protobuf-c-master/t/issue251/issue251.c @@ -0,0 +1,12 @@ +#include <stdlib.h> + +#include "t/issue251/issue251.pb-c.h" + +int main(void) +{ + /* + * The problem in #251 caused invalid code to be generated in the + * .pb-c.h file, so there's nothing for us to do here. + */ + return EXIT_SUCCESS; +} |
