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