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 isl for __isl_null memory management annotation
[pet.git]
/
tests
/
assume2.c
blob
9fcf3466b70d95fb68de94ece4b6bd166d9c18be
1
void
foo
(
int
n
,
int
m
)
2
{
3
#pragma scop
4
n
=
5
;
5
__pencil_assume
(
m
>
n
);
6
#pragma endscop
7
}