libcruft-util/tools/crash.cpp
Danny Robson 61881b7c8f tools: use relative header paths
We can't guarantee that this directory is in the include path
2020-01-01 06:55:11 +11:00

7 lines
117 B
C++

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