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-field-2.cpp
blob: e64adedaf2ce5cdc4dc0fb05af210b4944f9a59e (
plain
) (
blame
)
1
2
int
main
()
{
int
x
;
x
.
a
;
}