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-extra_qualification-1.cpp
blob: 35e4a56432eb8e6843777a1f77720de0e0f62cd1 (
plain
) (
tree
)
a60e8a8
1
2
3
4
5
6
class
A
{
public
:
void
A
::
f
();
};
int
main
()
{}