5 lines
75 B
C
5 lines
75 B
C
int main ( void )
|
|
{
|
|
*(volatile char *)0xDEADBEEF = 'x';
|
|
return 0;
|
|
}
|