blob: b9510c2596c07f8f55cfa980d7a26c2b7ac75d93 [file] [log] [blame]
#include <phosphor-logging/elog.hpp>
#include "phosphor-logging/elog-errors.hpp"
#include "org/open_power/Host/error.hpp"
int main(int argc, char* argv[])
{
using namespace phosphor::logging;
using error = sdbusplus::org::open_power::Host::Error::Checkstop;
report<error>();
return 0;
}