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-ref-1.cpp
blob: 34b913a41f5e4f021b7eb2dab2c61bd6e8659613 (
plain
) (
tree
)
8f1093f
1
int
main
()
{
int
&
x
=
42
;
}