blob: 1a2a6d2fa83906cd932fc1318a78756c69a95707 [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
struct StyleA;
struct B {
int32_t x;
float y;
};
extern "C" {
void root(const StyleA *a, B b);
} // extern "C"