Files
cbindgen/tests/expectations/include_item.both.compat.c
T
2020-11-25 17:55:58 +01:00

14 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;