repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update test case outputs
[pet.git]
/
tests
/
assume5.c
blob
fd126e3bc26ad1d8e6930dd284fcfdb9d63a6741
1
int
f
(
int
k
)
2
{
3
int
a
;
4
#pragma scop
5
__pencil_assume
(
k
>=
0
);
6
k
= -
1
;
7
a
=
k
%
16
;
8
#pragma endscop
9
return
a
;
10
}