#include "elfspy/Fail.h" #include namespace spy { Fail::~Fail() { show(); std::exit(-1); } } // namespace spy