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-bang-2.cpp
blob: 1cecc76f7f885e8ee295bd302e1dd96e57f05fa4 (
plain
) (
blame
)
1
2
3
4
void
foo
()
{}
int
main
()
{
!
(
foo
());
}