ZeroTierOne/zeroidc/vendor/cbindgen/tests/expectations/include_item.both.compat.c

13 lines
172 B
C

#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct A {
int32_t x;
float y;
} A;
typedef struct B {
struct A data;
} B;