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