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