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-arith-5.cpp
blob: f17d496cfe63141116e9074a1e023bd0e6335f16 (
plain
) (
tree
)
8f1093f
a01d09c
1
2
3
int
main
()
{
int
*
p
;
1
-
p
;
}