cbindgen/tests/expectations/include_item.both.c

14 lines
165 B
C
Raw Normal View History

2018-11-27 00:13:34 +00:00
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
typedef struct A {
int32_t x;
float y;
} A;
typedef struct B {
A data;
} B;