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-call-1.cpp
blob: 2de83469003f92e1d9352cf6fb993ae206fd949f (
plain
) (
blame
)
1
2
void
f
(
int
x
)
{}
int
main
()
{
f
();
}