OpenGrok
Cross Reference: hang.c
xref
: /
external
/
valgrind
/
none
/
tests
/
x86-linux
/
hang.c
Home
|
History
|
Annotate
|
Download
|
only in
x86-linux
1
int
main
(
void
)
2
{
3
*(
volatile
char
*)
0xDEADBEEF
=
'x'
;
4
return
0
;
5
}
6