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_non_affine_while: drop preallocation of statement number
[pet.git]
/
tests
/
struct1.c
blob
ac23aec3d7b2834b44a0c46819478c3c2b9d7b04
1
struct
s
{
2
int
a
;
3
};
4
5
void
foo
()
6
{
7
struct
s s
;
8
9
#pragma scop
10
s
.
a
=
5
;
11
#pragma endscop
12
}