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/drd_pthread_intercepts: Add a workaround for what is probably a compiler bug
[valgrind.git]
/
cachegrind
/
tests
/
a.c
blob
cd1c66e212763097787bc7e2bedcc51ad1d1edc1
1
int
main
(
void
) {
2
int
z
=
0
;
3
for
(
int
i
=
0
;
i
<
1000000
;
i
++) {
4
z
+=
i
;
5
}
6
return
z
%
256
;
7
}