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: scop_collect_accesses: rename "dim" variable to "space"
[pet.git]
/
tests
/
cast.c
blob
e3ca3d8723517dd1adf883d666114593cecf7755
1
void
foo
()
2
{
3
int
a
;
4
char
c
=
'a'
;
5
6
#pragma scop
7
a
= (
int
)
c
;
8
#pragma endscop
9
}