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-incomplete_type-1.cpp
blob: cb763efae4867a5e4782d476270e6e14c8b82330 (
plain
) (
tree
)
a60e8a8
1
2
3
class
A
{
public
:
A
a
;
};
int
main
()
{}