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