trisquel-icecat/icecat/third_party/cbindgen/tests/expectations/include_item.compat.c

13 lines
161 B
C

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