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