#ifndef FAULT_HPP_ #define FAULT_HPP_ #include [[noreturn]] void ZydecoFault(std::string fault_message); #endif /* FAULT_HPP_ */