#include #include #include #include typedef struct A { int32_t x; float y; } A; typedef struct B { struct A data; } B;