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