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
Makefile.am: declare test extensions for parallel test harness
[pet.git]
/
tests
/
unsigned3.c
blob
68858ac28d845114a700ae7342000c69d32918be
1
int
main
()
2
{
3
unsigned char
k
;
4
int
a
;
5
6
#pragma scop
7
for
(
k
=
252
;
1
; ++
k
)
8
a
=
5
;
9
#pragma endscop
10
}