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
scop.c: stmt_filter: drop unused variable
[pet.git]
/
tests
/
struct6.c
blob
6f248338fa927d12cef45a329c5d70dc577928a2
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
}