#include namespace Solstice { namespace Error { [[noreturn]] void syntaxError(std::string what); [[noreturn]] void typingError(std::string what); } }