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-arrow-2.cpp
blob: 379a9d02fa0696a9bc359e1e76d074f879e5d7fe (
plain
) (
tree
)
8f1093f
1
2
int
main
()
{
int
x
;
x
->
a
;
}