7 lines
125 B
C++
7 lines
125 B
C++
|
#include <cruft/util/debug/system.hpp>
|
||
|
|
||
|
int main ()
|
||
|
{
|
||
|
cruft::debug::init ();
|
||
|
return *reinterpret_cast<int*> (0x01);
|
||
|
}
|