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-constructor-1.cpp
blob: 2f6a3ac1031bd49380f61ae0096088ff0309c5d7 (
plain
) (
blame
)
1
2
3
4
class
A
{
public
:
};
class
B
{
public
:
A
();
};
int
main
()
{}