blob: 053663be48ef28c40db000e7e223e16b1e730500 [file] [log] [blame]
int main ( void )
{
char* p = (char*)0xE000000;
return ((int(*)(void)) p) ();
}