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-assign-31.cpp
blob: b31ee49a04a33612cfcc8b7954f9844bf22fa907 (
plain
) (
tree
)
8f1093f
1
2
3
4
void
foo
()
{}
int
main
()
{
-
(
foo
());
}