index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sources
/
0101_print_2var.c
blob: 92aa4a99d9f4135625a4145828ffbc4b6d39a0bd (
plain
) (
blame
)
1
2
3
int
x
=
3
;
int
y
=
15
;
print
(
y
);