index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0102_print_3var.c
blob: 81fe534a3f55caa46120cf026a28e86d80dd5764 (
plain
) (
blame
)
1
2
3
4
int
x
=
3
;
int
y
=
15
;
int
z
=
99
;
print
(
z
,
x
);