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