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-deref-3.cpp
blob: 622fa8b8564a5adb761530911406553c21a9e29a (
plain
) (
blame
)
1
2
3
4
void
foo
()
{}
int
main
()
{
*
(
foo
());
}