index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0309_if_var_rel.c
blob: 1788f9949b38b2dc181b8fdcf8eb4da921041131 (
plain
) (
blame
)
1
2
3
int
x
=
rand
(
-10
,
25
);
int
y
=
rand
(
-15
,
20
);
if
(
x
>=
y
)
x
=
y
;