blob: dd8e7185dad5cbb955e6233289d285affae8c215 [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;
void doit(const Foo*);