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