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_check_code: op_expr_extract_pw_aff: handle more types of expressions
[pet.git]
/
tests
/
autodetect
/
if1.c
blob
f9899d2f4c8034b974e631927850c3b917f3b99e
1
void
foo
()
2
{
3
int
a
,
b
;
4
5
if
(
a
>
0
)
6
b
=
5
;
7
}