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