index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0218_assign_rel.c
blob: 921d6ecbd6e89cca7e8d59c823cfd7d48ff0d218 (
plain
) (
tree
)
bcde99f
1
2
3
4
5
int
x
;
int
y
;
x
=
15
;
y
=
x
+
2
;
print
(
y
);