blob: 99b52e531a475b3cf3b458fc1bd493bbaaf3771a [file] [log] [blame]
#include <cstdarg>
#include <cstdint>
#include <cstdlib>
#include <ostream>
#include <new>
extern "C" {
void C();
void B();
void D();
void A();
} // extern "C"