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