index
:
LPC-Projet.git
master
Projet de Langages de Programmation et Compilation
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
syntax
/
good
/
testfile-assign-1.cpp
blob: 12cdbee479c5744355c1d00821689fb5b72fba80 (
plain
) (
tree
)
8f1093f
1
void
m
()
{
int
x
;
int
y
;
y
=
x
=
0
;
}