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-this-1.cpp
blob: abb3cb51c7a8380bf43047a237a281a52515401b (
plain
) (
blame
)
1
2
3
void
f
()
{
std
::
cout
<<
this
<<
"
\n
"
;
}
int
main
()
{}