repo.or.cz
/
candl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean checking system and add valcheck (check with Valgrind)
[candl.git]
/
tests
/
unitary
/
scalpriv.c
blob
ffd3ec35fc7343b78686959b29b237f2411ca97a
1
// candl options | -scalpriv 1
2
3
#pragma scop
4
for
(
i
=
0
;
i
<=
N
;
i
++) {
5
a
=
0
;
6
b
[
i
] =
a
;
7
}
8
#pragma endscop