blob: 47ff31d81e7d7e11503c6479be778dc4d66befcd [file] [log] [blame]
/* Package version: 0.1.0 */
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
uint64_t bar;
} Foo;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void doit(const Foo*);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus