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_create_test_index: allow specification of domain space
[pet.git]
/
tests
/
label.c
blob
4521b0e8dd6928117a4af0344dbba4dd40567ace
1
void
foo
()
2
{
3
int
a
;
4
5
#pragma scop
6
A
:
a
=
5
;
7
B
:
a
=
7
;
8
#pragma endscop
9
}