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
pet 0.11.8
[pet.git]
/
tests
/
struct12.c
blob
b277c09abc19c31867b02ed5655deaa9793cd97a
1
typedef
int
field
;
2
typedef
struct
s
{
3
field a
;
4
}
a
;
5
6
void
foo
()
7
{
8
a s
;
9
10
#pragma scop
11
s
.
a
=
5
;
12
#pragma endscop
13
}