Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / x86-linux / hang.c
blob2d0ff79c2dedc9fca866cb5fa77f78a7ac94cf66
1 int main ( void )
3 *(volatile char *)0xDEADBEEF = 'x';
4 return 0;