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-comparison-5.cpp
blob: 61d826c9735d73393e2b32983510571e13299bec (
plain
) (
blame
)
1
2
3
class
S
{
public
:
int
a
;
};
int
main
()
{
int
x
;
S
s
;
1
==
s
;
}