blob: 162a0503b9a07e66cacec121405a815bd641e0f2 [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"