cbindgen/tests/expectations/exclude_generic_monomorph.compat.c
2020-04-01 11:45:53 +02:00

24 lines
308 B
C

#include <stdint.h>
typedef uint64_t Option_Foo;
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct {
Option_Foo foo;
} Bar;
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
void root(Bar f);
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus