blob: 928da567e26e23b26b1f2ef82b7c86938e22a52f (
plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}
|