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
extract out pet_to_bool
[pet.git]
/
tests
/
struct10.c
blob
8b13c22957be71b889704bd2a52f522ac78a0e2e
1
struct
s
{
2
int
a
;
3
};
4
5
void
foo
(
int
A
[
10
],
struct
s s
)
6
{
7
#pragma scop
8
A
[
s
.
a
] =
5
;
9
#pragma endscop
10
}