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-ampersand-3.cpp
blob: 722808565a842c0f636d2740c06a7a0a19017503 (
plain
) (
blame
)
1
2
3
4
void
foo
()
{}
int
main
()
{
&
(
foo
());
}