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
drd/tests/swapcontext: Improve the portability of this test further
[valgrind.git]
/
none
/
tests
/
selfrun.c
blob
9ad100f3e6e3c6fc58d34f7c50ada9633704e7c3
1
#include <stdio.h>
2
#include
"valgrind.h"
3
4
int
main
()
5
{
6
printf
(
"RUNNING_ON_VALGRIND=%d
\n
"
,
RUNNING_ON_VALGRIND
);
7
return
0
;
8
}