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-assign-30.cpp
blob: 1d650eb90f7889710eb1336efb4c9000e44e77b6 (
plain
) (
blame
)
1
2
3
void
foo
()
{}
int
main
()
{
+
(
foo
());
}