blob: b801989289beff0b54ee09555ccb4ef1a463abe3 [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
struct Foo {
uint32_t a;
};
extern "C" {
void root(Foo a);
} // extern "C"