cbindgen/tests/expectations/exclude_generic_monomorph.both.c

16 lines
199 B
C
Raw Normal View History

#include <stdint.h>
typedef uint64_t Option_Foo;
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct Bar {
Option_Foo foo;
} Bar;
void root(Bar f);