#include <cruft/util/debug/system.hpp>
int main ()
{
cruft::debug::init ();
return *reinterpret_cast<int*> (0x01);
}