index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0301_if_false.c
blob: 6ce93de7a40431650dd7e218bb105759ece25b90 (
plain
) (
blame
)
1
2
int
x
=
1
;
if
(
1
>=
2
)
x
=
9
;