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-if-1.cpp
blob: 2a96643b7a8d919ee37c59ba33b67dda90e307b2 (
plain
) (
tree
)
8f1093f
1
2
void
foo
()
{}
int
main
()
{
if
(
foo
());
}