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
PetScan: drop allow_nested attribute
[pet.git]
/
tests
/
if1.c
blob
2fcefdb1d236fa50e1fc1774c979e037c9f52f01
1
void
foo
()
2
{
3
int
a
;
4
5
#pragma scop
6
if
(
1
<<
0
)
7
a
=
1
;
8
#pragma endscop
9
}