1 2 3 4 5 6 7 8 9 10 11 12
/* 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*);