blob: f3078fcc7857225594213989798a32907ef9a04e [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
struct A {
int32_t x;
float y;
};
struct B {
A data;
};