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-comparison-1.cpp
blob: 2466fe4c66080118f36fc4be82885c03dcdb48d0 (
plain
) (
tree
)
8f1093f
1
2
class
S
{
public
:
int
a
;
};
int
main
()
{
int
x
;
S
s
;
1
<
s
;
}