blob: 8cb7c10b7f67ab9c5ed159bd3ddf3c0da000764f [file] [log] [blame]
#include <stdarg.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
struct A {
int32_t x;
float y;
};
struct B {
struct A data;
};