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
/
typing
/
bad
/
testfile-reference_type-2.cpp
blob: 3356776b970fadb068f0c0edeeb94ccca0eec29c (
plain
) (
tree
)
a60e8a8
1
2
3
int
main
()
{
int
&
y
=
42
;
}