blob: 9ea102e3b1c1d4a9363760874e3283f5c39a4178 [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
extern "C" {
/// The root of all evil.
void root();
/// A little above the root, and a lot more visible, with a run-on sentence
void trunk();
} // extern "C"