blob: eb1a1effd593b2f9e8f946e89e667543dc1b0ec7 [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
template<typename T>
struct Foo {
T a;
};
using Boo = Foo<uint8_t*>;
extern "C" {
void root(Boo x);
} // extern "C"