Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
cac76cb18577b9c51d331f56e8ea241f6effaf31
/
.
/
memcheck
/
tests
/
manuel1.c
blob: ac1f3c89ec1632cf9cce3580246cdba0bea318ff [
file
] [
log
] [
blame
]
#include
<stdio.h>
int
main
()
{
int
x
;
printf
(
"x = %d\n"
,
x
==
0xDEADBEEF
?
99
:
88
);
return
0
;
}