index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0303_if_else_true.c
blob: 8fa783fcd13e3786eb618d32c18881a62c395017 (
plain
) (
blame
)
1
2
int
x
=
1
;
if
(
1
<=
2
)
x
=
5
;
else
x
=
10
;