Home | History | Annotate | Download | only in x86-linux
      1 int main ( void )
      2 {
      3    *(volatile char *)0xDEADBEEF = 'x';
      4    return 0;
      5 }
      6