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-arith-6.cpp
blob: 0ef23c4318b6c7bd3cdc1d407e2f4c531d18d8a2 (
plain
) (
blame
)
1
2
3
int
main
()
{
int
*
p
;
char
*
q
;
putchar
(
p
-
q
);
}