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
tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git]
/
memcheck
/
tests
/
manuel1.c
blob
f2030e4b7fe636dc4459344bd272a415e82ad342
1
#include <stdio.h>
2
3
int
main
()
4
{
5
int
x
;
6
7
printf
(
"x = %d
\n
"
,
x
==
0xCAFEBABE
?
99
:
88
);
8
9
return
0
;
10
}