blob: 648188ca774ac3f391acfade0873772cb6a1561d [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
struct Dummy {
int32_t x;
float y;
};
extern "C" {
void root(Dummy d);
} // extern "C"