index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0302_if_both.c
blob: 5afc2f8b8c6d0a7e52080f6f505f5aacabdb2e64 (
plain
) (
tree
)
bcde99f
1
2
int
x
=
1
;
if
(
rand
(
0
,
1
)
==
0
)
x
=
9
;