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-redef-4.cpp
blob: fa82b3d4c055000228aa7d013e174d25d8fe3a76 (
plain
) (
blame
)
1
2
3
4
void
f
()
{}
int
f
;
int
main
()
{}