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
move PetScan::is_nested_allowed before its first use
[pet.git]
/
tests
/
float2.c
blob
ef1ff7c8fee8ee190d1a640b46f4eb0679f82b82
1
float
foo
(
float
a
,
float
b
)
2
{
3
float
c
;
4
5
#pragma scop
6
c
=
a
/
b
;
7
#pragma endscop
8
return
c
;
9
}