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
tree2scop.c: scop_from_affine_if: check condition of conditional assignment
[pet.git]
/
tests
/
macro.c
blob
21da801add3253d01bbed0862ab4cd4140ce2ce0
1
int
f
();
2
#define F() f()
3
4
void
foo
()
5
{
6
#pragma scop
7
F
();
8
#pragma endscop
9
}