blob: 8b505147f3005920026a43bde82f6ba8a1067b09 [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"