index
:
LPC-Projet.git
master
Projet de Langages de Programmation et Compilation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
typing
/
bad
/
testfile-assign-8.cpp
blob: 1c104dbf5363fec8d129f24f91eadebb5297194f (
plain
) (
blame
)
1
2
3
4
void
foo
()
{}
int
main
()
{
int
x
;
x
=
foo
();
}