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-deref-2.cpp
blob: d3a13180e758b5bf7d5f09f8d0380ea92744cb1b (
plain
) (
tree
)
8f1093f
1
2
int
main
()
{
int
x
;
*
x
;
}