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-redef-6.cpp
blob: ae81bdcd979c2236970a49dbba73e24aa29a702f (
plain
) (
blame
)
1
2
3
class
S
{
public
:
int
a
;
int
a
;
};
int
main
()
{}