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