blob: 75ba4f494ce8c307453e01c30b900164689ef56f [file] [log] [blame]
#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;