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