repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git]
/
none
/
tests
/
x86-linux
/
hang.c
blob
2d0ff79c2dedc9fca866cb5fa77f78a7ac94cf66
1
int
main
(
void
)
2
{
3
*(
volatile
char
*)
0xDEADBEEF
=
'x'
;
4
return
0
;
5
}