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